summaryrefslogtreecommitdiff
path: root/module/web/request.scm
AgeCommit message (Expand)AuthorFilesLines
2012-03-11fix bad-request-printerAndy Wingo1-1/+1
2012-03-11add 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