1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/module/web
Andy Wingo 61fe8eafc2 HTTP: Fix qstring writing of cache-extension values
* module/web/http.scm ("Cache-Control"): Write string values using the
  default val writer, to get quoting correct.

* test-suite/tests/web-http.test (pass-if-round-trip): New helper.
  ("general headers"): Check that cache-extensions round trip properly.
2011-12-22 08:18:05 -05:00
..
server (web response) and (web request): bodies are bytevectors 2011-01-10 22:44:36 -08:00
client.scm Update a comment in (web client) 2011-12-06 11:46:58 +01:00
http.scm HTTP: Fix qstring writing of cache-extension values 2011-12-22 08:18:05 -05:00
request.scm ensure presence of Host header in HTTP/1.1 requests 2011-07-15 13:36:52 +02:00
response.scm core modules use (ice-9 binary-ports) instead of (rnrs io ports) 2011-02-18 16:01:25 +01:00
server.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
uri.scm allow URIs of the form file:///etc/hosts 2011-12-06 11:47:41 +01:00