summaryrefslogtreecommitdiff
path: root/module/web/response.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-2/+0
* Web server and client use suspendable portsAndy Wingo2017-02-081-1/+2
* web: Fix 'close' method of delimited input ports.Ludovic Courtès2016-05-221-2/+2
* web: Don't throw if a response is longer than its Content-Length says.Ludovic Courtès2014-01-151-11/+16
* minor tweaks to web documentationDaniel Hartwig2013-03-161-3/+3
* fix response-body-port for responses without content-lengthJason Earl2013-03-101-7/+20
* read-response-body always returns bytevector or #fAndy Wingo2013-01-111-2/+8
* web: Add `response-body-port'.Ludovic Courtès2012-11-281-11/+59
* web: Export `text-content-type?'.Ludovic Courtès2012-11-281-0/+9
* syncronize web module docstrings with manualDaniel Hartwig2012-11-241-12/+12
* Add HTTP Chunked Encoding support to web modules.Ian Price2012-07-061-7/+11
* web server: do not provide a response body where it is not permittedAndy Wingo2012-02-121-1/+11
* Improve the usage of variable names in Scheme docstrings.Bake Timmons2012-02-021-1/+1
* 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-17/+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
* build-response validates headersAndy Wingo2010-12-171-1/+32
* docstrings in (web request) and (web response)Andy Wingo2010-12-161-1/+38
* fix read-{request,response}-body/latin-1Andy Wingo2010-12-061-8/+18
* fix error handling in read-{request,response}-body/latin-1Andy Wingo2010-12-041-3/+6
* stub fixes to http 1.0 support in the web serverAndy Wingo2010-12-011-0/+7
* add extend-response.Andy Wingo2010-11-131-0/+13
* add HTTP response moduleAndy Wingo2010-11-051-0/+242