summaryrefslogtreecommitdiff
path: root/module/web/response.scm
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Remove unnecessary module imports.Ludovic Courtès1-2/+0
2017-02-08Web server and client use suspendable portsAndy Wingo1-1/+2
2016-05-22web: Fix 'close' method of delimited input ports.Ludovic Courtès1-2/+2
2014-01-15web: Don't throw if a response is longer than its Content-Length says.Ludovic Courtès1-11/+16
2013-03-16minor tweaks to web documentationDaniel Hartwig1-3/+3
2013-03-10fix response-body-port for responses without content-lengthJason Earl1-7/+20
2013-01-11read-response-body always returns bytevector or #fAndy Wingo1-2/+8
2012-11-28web: Add `response-body-port'.Ludovic Courtès1-11/+59
2012-11-28web: Export `text-content-type?'.Ludovic Courtès1-0/+9
2012-11-24syncronize web module docstrings with manualDaniel Hartwig1-12/+12
2012-07-06Add HTTP Chunked Encoding support to web modules.Ian Price1-7/+11
2012-02-12web server: do not provide a response body where it is not permittedAndy Wingo1-1/+11
2012-02-02Improve the usage of variable names in Scheme docstrings.Bake Timmons1-1/+1
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-17/+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-17build-response validates headersAndy Wingo1-1/+32
2010-12-16docstrings in (web request) and (web response)Andy Wingo1-1/+38
2010-12-06fix read-{request,response}-body/latin-1Andy Wingo1-8/+18
2010-12-04fix error handling in read-{request,response}-body/latin-1Andy Wingo1-3/+6
2010-12-01stub fixes to http 1.0 support in the web serverAndy Wingo1-0/+7
2010-11-13add extend-response.Andy Wingo1-0/+13
2010-11-05add HTTP response moduleAndy Wingo1-0/+242