1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module/web
Ian Price 866210bf24 Fix uri-encoding for strings with no unreserved chars
* module/web/uri.scm (uri-encode): Change test to check for unreserved
  chars instead of reserved chars.
* test-suite/tests/web-uri.test ("encode"): Add test.
2012-08-26 23:36:36 +02:00
..
server web server http: 400 Bad Request on bad requests 2012-03-11 10:29:06 +01:00
client.scm Update a comment in (web client) 2011-12-06 11:46:58 +01:00
http.scm Document and export `declare-opaque-header!' 2012-07-06 22:18:13 +02:00
request.scm add bad-request printer 2012-03-22 09:56:27 +01:00
response.scm Add HTTP Chunked Encoding support to web modules. 2012-07-06 22:18:12 +02:00
server.scm web server: fix spurious warning 2012-02-14 17:32:25 +01:00
uri.scm Fix uri-encoding for strings with no unreserved chars 2012-08-26 23:36:36 +02:00