summaryrefslogtreecommitdiff
path: root/test-suite/tests/web-response.test
Commit message (Expand)AuthorAgeFilesLines
* web: Fix 'close' method of delimited input ports.Ludovic Courtès2016-05-221-2/+12
* Merge branch 'stable-2.0'Mark H Weaver2014-01-211-2/+4
|\
| * web: Don't throw if a response is longer than its Content-Length says.Ludovic Courtès2014-01-151-2/+4
* | Port encodings are case-insensitive, but normalized to upper-case.Andy Wingo2013-01-151-2/+2
|/
* web: Add `response-body-port'.Ludovic Courtès2012-11-281-2/+16
* tests: Use `pass-if-equal' in `web-response.test'.Ludovic Courtès2012-11-281-39/+37
* Add HTTP Chunked Encoding support to web modules.Ian Price2012-07-061-0/+24
* (web response) and (web request): bodies are bytevectorsAndy Wingo2011-01-101-5/+8
* more symbols in (web http)Andy Wingo2011-01-081-3/+3
* (web http): keys are always symbolsAndy Wingo2011-01-081-2/+2
* update web-response tests for http header parsing changeAndy Wingo2010-12-161-1/+1
* (web http) parses content-type as "foo/bar", not "foo" "bar"Andy Wingo2010-11-131-2/+2
* add HTTP response moduleAndy Wingo2010-11-051-0/+99