summaryrefslogtreecommitdiff
path: root/test-suite/tests/web-http.test
Commit message (Expand)AuthorAgeFilesLines
* web: Don't hide missing data in the chunked input port.Christopher Baines2022-07-041-8/+17
* web: Handle ending CRLF (\r\n) for chunked input and output ports.Christopher Baines2022-07-041-2/+2
* web: send capitalized authorization header schemeAleix Conchillo Flaqué2022-07-041-3/+8
* Revert "web: Add support for HTTP header continuation lines."Mark H Weaver2019-06-241-10/+1
* web: Add support for HTTP header continuation lines.Mark H Weaver2019-06-181-1/+10
* web: add support for URI-referenceAndy Wingo2017-05-211-18/+33
* Modernize (web http) a bitAndy Wingo2017-02-081-5/+22
* Avoid deprecated _IONBF in http testsAndy Wingo2016-09-141-4/+4
* ETag list headers accept sloppy etagsAndy Wingo2016-08-281-0/+2
* http: Accept date strings with a leading space for hours.Ludovic Courtès2016-05-221-0/+10
* http: Accept empty reason phrases.Ludovic Courtès2016-05-221-1/+5
* http: Test that responses lacking CR/LF are rejected.Ludovic Courtès2016-05-221-0/+5
* web: Gracefully handle premature EOF when reading chunk header.Ludovic Courtès2016-05-221-0/+10
* http: Do not buffer HTTP chunks.Ludovic Courtès2016-05-221-2/+52
* tests: Use 'pass-if-equal' in web-http chunked encoding tests.Ludovic Courtès2016-05-221-15/+16
* web: Be less strict when parsing entity tags.Andy Wingo2016-01-071-1/+2
* web: Location header is URI-reference; better URI-reference supportAndy Wingo2014-11-011-0/+8
* Write out HTTP Basic auth headers correctly.Mark H Weaver2014-01-211-8/+11
* Add support for content-dispositionAndy Wingo2014-01-201-1/+3
* `write-request-line' always prints a path component.Ian Price2013-08-191-0/+4
* web http: parse numeric time zones in headersDaniel Hartwig2013-03-271-0/+3
* http: support IP-literal (IPv6 address) in Host headerDaniel Hartwig2013-03-161-0/+4
* add tests for read-request-line, etc.Daniel Hartwig2013-03-161-0/+107
* Add HTTP Chunked Encoding support to web modules.Ian Price2012-07-061-0/+20
* HTTP: Fix qstring writing of cache-extension valuesAndy Wingo2011-12-221-0/+16
* Extend handling of "Cache-Control" header.Daniel Hartwig2011-12-221-0/+2
* web-http.test validates headersDaniel Hartwig2011-11-231-2/+3
* RFC 822 allows single digit days of the monthIan Price2011-09-101-0/+3
* parse credentials and challengesAndy Wingo2011-01-101-4/+12
* more symbols in (web http)Andy Wingo2011-01-081-5/+5
* (web http): keys are always symbolsAndy Wingo2011-01-081-10/+10
* (web http): header names always represented as symbolsAndy Wingo2011-01-081-10/+9
* http: lists of header names parse betterAndy Wingo2010-12-161-0/+1
* better cache-control: private, no-cache parsingAndy Wingo2010-12-161-2/+6
* leniency regarding quality values in http.scmAndy Wingo2010-12-061-0/+2
* (web http) parses content-type as "foo/bar", not "foo" "bar"Andy Wingo2010-11-131-6/+2
* add HTTP moduleAndy Wingo2010-11-041-0/+202