1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00
guile/module/web
Mark H Weaver 55e29bb55b web client: HTTP methods are symbols, not strings.
* module/web/client.scm (request, http-get, http-head, http-post,
  http-put, http-delete, http-trace, http-options): HTTP methods are
  symbols.
2013-09-10 01:39:52 -04:00
..
server web server http: 400 Bad Request on bad requests 2012-03-11 10:29:06 +01:00
client.scm web client: HTTP methods are symbols, not strings. 2013-09-10 01:39:52 -04:00
http.scm `write-request-line' always prints a path component. 2013-08-19 10:43:02 +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