1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 12:30:32 +02:00
guile/module/web
Andy Wingo d9f00c3db5 flesh out (web server)'s sanitize-response
* module/web/server.scm (sanitize-response): Flesh out. If we get a
  string, we encode it to a bytevector using the encoding snarfed from
  the response. We should check the request, though...
2010-11-13 18:31:34 +01:00
..
server add generic web server with http-over-tcp backend 2010-11-12 17:16:36 +01:00
http.scm (web http) parses content-type as "foo/bar", not "foo" "bar" 2010-11-13 18:25:34 +01:00
request.scm add request-meta 2010-11-12 17:16:36 +01:00
response.scm add extend-response. 2010-11-13 18:30:27 +01:00
server.scm flesh out (web server)'s sanitize-response 2010-11-13 18:31:34 +01:00
uri.scm unparse-uri avoids serializing e.g. :80 in http:// uris 2010-11-12 17:16:35 +01:00