mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-11 23:19:00 +08:00
5045dfab74
PUBLISHED_FROM=f03b963aaec02574e47c28ee8033551440b94f2d
348 B
348 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_basic_auth_header() | mg_basic_auth_header | func | void mg_basic_auth_header(const char *user, const char *pass, struct mbuf *buf); |
Generate a Basic Auth header and appends it to buf.
If pass is NULL, then user is expected to contain the credentials pair
already encoded as user:pass
.