25 #ifndef _FNET_HTTP_SRV_AUTH_H_ 27 #define _FNET_HTTP_SRV_AUTH_H_ 29 #if (FNET_CFG_HTTP_SRV && FNET_CFG_HTTP_SRV_AUTHENTICATION_BASIC && FNET_CFG_HTTP_SRV_VERSION_MAJOR) || defined(__DOXYGEN__) fnet_char_t * realm
Name of realm. A realm can be seen as an area for which the credentials are used. This is also the st...
fnet_char_t * password
Required password to access this directory.
Digest Access Authentication Scheme (NOT YET IMPLEMENTED).
fnet_http_srv_auth_scheme_t
Type of Authentication Scheme.
HTTP Authentication table.
fnet_http_srv_auth_scheme_t scheme
Used Authentication Scheme.
fnet_char_t * dir_name
Name of the directory to protect. To protect all directories, set it to "".
char fnet_char_t
Type representing the charecter.
Basic Access Authentication Scheme.
fnet_char_t * userid
Required user name to access this directory.