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 af0da6ebe7 (web server) supports non-utf-8 charsets
* module/web/server.scm (sanitize-response): Support charsets other than
  utf-8. Oddly collecting a string and converting it to utf-8 appears to
  be faster than collecting a utf-8 bytevector directly.
2010-12-02 12:28:35 +01:00
..
server http web server impl ignores SIGPIPE 2010-12-01 10:13:30 +01:00
http.scm fix web server bugs 2010-11-23 16:02:21 +01:00
request.scm add request-meta 2010-11-12 17:16:36 +01:00
response.scm stub fixes to http 1.0 support in the web server 2010-12-01 10:13:30 +01:00
server.scm (web server) supports non-utf-8 charsets 2010-12-02 12:28:35 +01:00
uri.scm unparse-uri avoids serializing e.g. :80 in http:// uris 2010-11-12 17:16:35 +01:00