GNU libmicrohttpd 1.0.1
|
Implements HTTP basic authentication methods. More...
#include "basicauth.h"
#include "gen_auth.h"
#include "platform.h"
#include "mhd_limits.h"
#include "internal.h"
#include "mhd_compat.h"
#include "mhd_str.h"
Go to the source code of this file.
Functions | |
_MHD_EXTERN struct MHD_BasicAuthInfo * | MHD_basic_auth_get_username_password3 (struct MHD_Connection *connection) |
_MHD_EXTERN char * | MHD_basic_auth_get_username_password (struct MHD_Connection *connection, char **password) |
_MHD_EXTERN enum MHD_Result | MHD_queue_basic_auth_required_response3 (struct MHD_Connection *connection, const char *realm, int prefer_utf8, struct MHD_Response *response) |
_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.