src/microhttpd/basicauth.c File Reference

Implements HTTP basic authentication methods. More...

#include "platform.h"
#include <limits.h>
#include "internal.h"
#include "base64.h"
Include dependency graph for basicauth.c:

Go to the source code of this file.

Defines

#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)

Detailed Description

Implements HTTP basic authentication methods.

Author:
Amr Ali
Matthieu Speder

Definition in file basicauth.c.


Define Documentation

#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().


Generated on 11 Mar 2016 for GNU libmicrohttpd by  doxygen 1.6.1