31#ifndef _HTTP_SERVER_AUTH_H
32#define _HTTP_SERVER_AUTH_H
43bool_t httpCheckPassword(HttpConnection *connection,
46void httpParseAuthorizationField(HttpConnection *connection, char_t *value);
47size_t httpAddAuthenticateField(HttpConnection *connection, char_t *output);
49error_t httpGenerateNonce(HttpServerContext *context,
50 char_t *output,
size_t *length);
52error_t httpVerifyNonce(HttpServerContext *context,
53 const char_t *nonce,
const char_t *nc);
error_t
Error codes.
Definition error.h:43
HttpAuthMode
HTTP authentication schemes.
Definition http_common.h:72
HTTP server (HyperText Transfer Protocol)