aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/gen_auth.h
Commit message (Collapse)AuthorAge
* gen_auth: added support for two authorization headers in requestEvgeny Grin (Karlson2k)2022-08-09
|
* Request authorisation: detect possibly valid, but unsupported typeEvgeny Grin (Karlson2k)2022-06-05
|
* authentication: reworked header parsingEvgeny Grin (Karlson2k)2022-05-31
Added single function to parse all enabled authentication schemes header strings. The parsing result is cached and reused thus avoiding repetitive header parsing. The new function correctly "unquotes" values (backslashes are removed) as required by RFC.