summaryrefslogtreecommitdiff
path: root/module/web/request.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-1/+0
* web: add support for URI-referenceAndy Wingo2017-05-211-1/+1
* Web server and client use suspendable portsAndy Wingo2017-02-081-1/+2
* web: Location header is URI-reference; better URI-reference supportAndy Wingo2014-11-011-2/+6
* syncronize web module docstrings with manualDaniel Hartwig2012-11-241-12/+18
* add bad-request printerAndy Wingo2012-03-221-1/+12
* Improve the usage of variable names in Scheme docstrings.Bake Timmons2012-02-021-1/+1
* ensure presence of Host header in HTTP/1.1 requestsAndy Wingo2011-07-151-15/+25
* core modules use (ice-9 binary-ports) instead of (rnrs io ports)Andy Wingo2011-02-181-1/+1
* request and response cleanupsAndy Wingo2011-01-101-1/+1
* (web response) and (web request): bodies are bytevectorsAndy Wingo2011-01-101-44/+4
* (web http): header names always represented as symbolsAndy Wingo2011-01-081-8/+4
* docstrings in (web request) and (web response)Andy Wingo2010-12-161-0/+25
* fix name...Andy Wingo2010-12-061-1/+1
* fix read-{request,response}-body/latin-1Andy Wingo2010-12-061-9/+19
* fix error handling in read-{request,response}-body/latin-1Andy Wingo2010-12-041-3/+6
* add request-metaAndy Wingo2010-11-121-6/+12
* add HTTP request moduleAndy Wingo2010-11-051-0/+294