1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/web
Andy Wingo adc91e41bf http: lists of header names parse better
* module/web/http.scm (list-of-strings?, write-list-of-strings): Move
  definitions up.
  (split-header-names, list-of-header-names?, write-header-list): New
  helpers.
  (declare-header-list-header): New helper.
  (cache-control): Use split-header-names for private and no-cache.
  (trailer): Use declare-header-list-header to parse known headers to
  symbols.
  (vary): Likewise, use split-header-names et al.

* test-suite/tests/web-http.test ("general headers"): Add a test.
2010-12-16 18:12:14 +01:00
..
server http-read robustness 2010-12-12 21:59:29 +01:00
http.scm http: lists of header names parse better 2010-12-16 18:12:14 +01:00
request.scm docstrings in (web request) and (web response) 2010-12-16 14:48:34 +01:00
response.scm docstrings in (web request) and (web response) 2010-12-16 14:48:34 +01:00
server.scm (web server) docstrings 2010-12-16 14:48:35 +01:00
uri.scm document (web uri), and simplify uri-encode 2010-12-16 14:48:34 +01:00