Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

HttpAuthenticateHeader Struct Reference

HttpAuthenticateHeader Struct Reference

Authenticate header. More...

#include <http_server.h>

Data Fields

HttpAuthMode mode
 Authentication scheme.
bool_t stale
 STALE flag.

Detailed Description

Authenticate header.

Definition at line 457 of file http_server.h.


Field Documentation

Authentication scheme.

Definition at line 459 of file http_server.h.

bool_t stale

STALE flag.

Definition at line 461 of file http_server.h.