mongoose/docs/c-api/http.h/mg_http_check_digest_auth.md
Sergey Lyubka 4ac688e560 Make mg_http_check_digest_auth() public
PUBLISHED_FROM=f00b94cabc2a89d27d5bc78d68d67db0930811b4
2016-05-16 13:57:13 +03:00

343 B

title decl_name symbol_kind signature
mg_http_check_digest_auth() mg_http_check_digest_auth func int mg_http_check_digest_auth(struct http_message *hm, const char *auth_domain, FILE *fp);

Authenticate HTTP request against opened passwords file. Returns 1 if authenticated, 0 otherwise.