|
GNU libmicrohttpd
0.9.29
|
Implements HTTP basic authentication methods. More...

Go to the source code of this file.
Macros | |
| #define | _BASIC_BASE "Basic " |
Functions | |
| char * | MHD_basic_auth_get_username_password (struct MHD_Connection *connection, char **password) |
| int | MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, const char *realm, struct MHD_Response *response) |
Implements HTTP basic authentication methods.
Definition in file basicauth.c.
| #define _BASIC_BASE "Basic " |
Beginning string for any valid Basic authentication header.
Definition at line 33 of file basicauth.c.
Referenced by MHD_basic_auth_get_username_password().