mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 05:15:16 +08:00
14 lines
480 B
Markdown
14 lines
480 B
Markdown
|
---
|
||
|
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.
|
||
|
|