mongoose/docs/c-api/http.h/mg_http_create_digest_auth_header.md

14 lines
480 B
Markdown
Raw Normal View History

---
title: "mg_http_create_digest_auth_header()"
decl_name: "mg_http_create_digest_auth_header"
symbol_kind: "func"
signature: |
int mg_http_create_digest_auth_header(char *buf, size_t buf_len,
const char *method, const char *uri,
const char *auth_domain, const char *user,
const char *passwd);
---
Create Digest authentication header for client request.