1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/module/web
Andy Wingo 0a3ea0586d Fix uri-decode behavior for "+"
* module/web/uri.scm (uri-decode): Add #:decode-plus-to-space? keyword
  argument.
  (split-and-decode-uri-path): Don't decode plus to space.
* doc/ref/web.texi (URIs): Update documentation.
* test-suite/tests/web-uri.test ("decode"): Add tests.
* NEWS: Add entry.

Based on a patch by Brent <brent@tomski.co.za>.
2016-06-21 18:02:03 +02:00
..
server web: Export 'server-impl' procedures and the 'http' server implementation. 2015-03-10 09:01:54 +01:00
client.scm web: Keep the default size for the client's in-kernel receive buffer. 2014-05-23 22:02:30 +02:00
http.scm http: Accept date strings with a leading space for hours. 2016-05-08 21:52:33 +02:00
request.scm syncronize web module docstrings with manual 2012-11-24 15:40:14 +01:00
response.scm web: Fix 'close' method of delimited input ports. 2015-09-10 22:30:52 +02:00
server.scm web: Export 'server-impl' procedures and the 'http' server implementation. 2015-03-10 09:01:54 +01:00
uri.scm Fix uri-decode behavior for "+" 2016-06-21 18:02:03 +02:00