summaryrefslogtreecommitdiff
path: root/module/web/request.scm
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Remove unnecessary module imports.Ludovic Courtès1-1/+0
2017-05-21web: add support for URI-referenceAndy Wingo1-1/+1
2017-02-08Web server and client use suspendable portsAndy Wingo1-1/+2
2014-11-01web: Location header is URI-reference; better URI-reference supportAndy Wingo1-2/+6
2012-11-24syncronize web module docstrings with manualDaniel Hartwig1-12/+18
2012-03-22add bad-request printerAndy Wingo1-1/+12
2012-02-02Improve the usage of variable names in Scheme docstrings.Bake Timmons1-1/+1
2011-07-15ensure presence of Host header in HTTP/1.1 requestsAndy Wingo1-15/+25
2011-02-18core modules use (ice-9 binary-ports) instead of (rnrs io ports)Andy Wingo1-1/+1
2011-01-10request and response cleanupsAndy Wingo1-1/+1
2011-01-10(web response) and (web request): bodies are bytevectorsAndy Wingo1-44/+4
2011-01-08(web http): header names always represented as symbolsAndy Wingo1-8/+4
2010-12-16docstrings in (web request) and (web response)Andy Wingo1-0/+25
2010-12-06fix name...Andy Wingo1-1/+1
2010-12-06fix read-{request,response}-body/latin-1Andy Wingo1-9/+19
2010-12-04fix error handling in read-{request,response}-body/latin-1Andy Wingo1-3/+6
2010-11-12add request-metaAndy Wingo1-6/+12
2010-11-05add HTTP request moduleAndy Wingo1-0/+294