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 687d393e2c 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-20 14:48:15 +02:00
..
server web: Export 'server-impl' procedures and the 'http' server implementation. 2016-05-22 19:11:32 +02:00
client.scm Use symbols instead of _IONBF values as args to setvbuf 2016-04-04 16:30:56 +02:00
http.scm http: Accept date strings with a leading space for hours. 2016-05-22 20:14:34 +02:00
request.scm web: Location header is URI-reference; better URI-reference support 2014-11-01 15:36:56 +01:00
response.scm web: Fix 'close' method of delimited input ports. 2016-05-22 19:48:47 +02:00
server.scm web: Export 'server-impl' procedures and the 'http' server implementation. 2016-05-22 19:11:32 +02:00
uri.scm Fix uri-decode behavior for "+" 2016-06-20 14:48:15 +02:00