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 ab66fb3cd1 `write-request-line' writes absolute paths, not absolute URIs.
* module/web/http.scm (write-request-line): RFC 2616 says that absolute
  paths are used to identify resources on an origin server.
2012-01-07 01:36:34 +01:00
..
server (web response) and (web request): bodies are bytevectors 2011-01-10 22:44:36 -08:00
client.scm Update a comment in (web client) 2011-12-06 11:46:58 +01:00
http.scm `write-request-line' writes absolute paths, not absolute URIs. 2012-01-07 01:36:34 +01:00
request.scm ensure presence of Host header in HTTP/1.1 requests 2011-07-15 13:36:52 +02:00
response.scm core modules use (ice-9 binary-ports) instead of (rnrs io ports) 2011-02-18 16:01:25 +01:00
server.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
uri.scm allow URIs of the form file:///etc/hosts 2011-12-06 11:47:41 +01:00