1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00
guile/module/web
Andy Wingo ecfb7167cb parse credentials and challenges
* module/web/http.scm (parse-credentials, validate-credentials)
  (write-credentials, parse-challenge, parse-challenges)
  (validate-challenges, write-challenge, write-challenges)
  (declare-credentials-header!, declare-challenge-list-header!): New
  helpers.
  ("Authorization", "Proxy-Authorization"): Parse out credentials.
  ("Proxy-Authenticate", "WWW-Authenticate"): Parse out challenges.
2011-01-10 09:31:29 -08:00
..
server http-read robustness 2010-12-12 21:59:29 +01:00
http.scm parse credentials and challenges 2011-01-10 09:31:29 -08:00
request.scm (web http): header names always represented as symbols 2011-01-08 10:54:07 -08:00
response.scm (web http): header names always represented as symbols 2011-01-08 10:54:07 -08:00
server.scm (web http): keys are always symbols 2011-01-08 20:50:46 -08:00
uri.scm uri-encode fast path 2011-01-07 09:18:36 -08:00