1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00
guile/module/web
Aleix Conchillo Flaque 6fe2803b45 web: uri-encode hexadecimal percent-encoding is now uppercase
* module/web/uri.scm (uri-encode): the hexadecimal percent-encoding %HH
  is now uppercased as suggested by RFC3986:

      "For consistency, URI producers and normalizers should use
       uppercase hexadecimal digits for all percent-encodings."

* test-suite/tests/web-uri.test ("encode"): update tests.
2013-05-02 17:13:55 -04:00
..
server web server http: 400 Bad Request on bad requests 2012-03-11 10:29:06 +01:00
client.scm minor tweaks to web documentation 2013-03-16 17:53:53 +08:00
http.scm web http: parse numeric time zones in headers 2013-03-27 18:09:49 +01:00
request.scm syncronize web module docstrings with manual 2012-11-24 15:40:14 +01:00
response.scm minor tweaks to web documentation 2013-03-16 17:53:53 +08:00
server.scm (web server) uses (ice-9 iconv) 2013-01-11 15:15:42 +01:00
uri.scm web: uri-encode hexadecimal percent-encoding is now uppercase 2013-05-02 17:13:55 -04:00