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 c7857da63a (web uri) can uri-decode non-utf-8 payloads
* module/web/uri.scm (call-with-encoded-output-string, encode-string):
  Copy from server.scm
  (decode-string): Copy from tekuti.
  (uri-decode): The #:charset arg is a string, like
  port-encoding. Support other charsets.
  (uri-encode): Charset is a string. Other encodings still not nicely
  supported. Hmm.
2010-12-11 19:19:41 +01:00
..
server http-read calls setvbuf only once 2010-12-06 19:52:51 +01:00
http.scm leniency regarding quality values in http.scm 2010-12-06 13:52:56 +01:00
request.scm fix name... 2010-12-06 15:32:13 +01:00
response.scm fix read-{request,response}-body/latin-1 2010-12-06 15:30:45 +01:00
server.scm (web server) punts keep-alive to impls; http server uses (ice-9 poll) 2010-12-03 15:31:57 +01:00
uri.scm (web uri) can uri-decode non-utf-8 payloads 2010-12-11 19:19:41 +01:00