GNU libmicrohttpd 0.9.77
|
Implements HTTP basic authentication methods. More...
#include "platform.h"
#include "mhd_limits.h"
#include "internal.h"
#include "mhd_str.h"
#include "mhd_compat.h"
Go to the source code of this file.
Macros | |
#define | _BASIC_BASE "Basic " |
Functions | |
_MHD_EXTERN char * | MHD_basic_auth_get_username_password (struct MHD_Connection *connection, char **password) |
_MHD_EXTERN enum MHD_Result | 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 34 of file basicauth.c.