mg_http_create_digest_auth_header.md 480 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
---
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.