summaryrefslogtreecommitdiff
path: root/module/web/http.scm
AgeCommit message (Expand)AuthorFilesLines
2012-03-12Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2012-03-12web http: fix Ma -> MarAndy Wingo1-2/+2
2012-03-11add exception printers for bad-header, bad-header-componentAndy Wingo1-1/+16
2012-03-07micro-optimizations to string-trim-both, and to (web http)Andy Wingo1-25/+21
2012-02-02Improve the usage of variable names in Scheme docstrings.Bake Timmons1-1/+1
2012-01-09permit non-date values for Expires headerDaniel Hartwig1-1/+9
2012-01-07`write-request-line' writes absolute paths, not absolute URIs.Ian Price1-1/+12
2012-01-07remove duplicate write-uri definitionAndy Wingo1-3/+0
2011-12-22HTTP: Fix qstring writing of cache-extension valuesAndy Wingo1-1/+1
2011-12-22Extend handling of "Cache-Control" header.Daniel Hartwig1-3/+9
2011-11-23fix validators for various list-style headersDaniel Hartwig1-8/+18
2011-10-17fix (web http) write-date for mondaysAndy Wingo1-1/+1
2011-09-10RFC 822 allows single digit days of the monthIan Price1-9/+19
2011-08-04(web http): locale-independent parsing and serialization of datesAndy Wingo1-11/+170
2011-01-10parse credentials and challengesAndy Wingo1-9/+119
2011-01-08more symbols in (web http)Andy Wingo1-4/+14
2011-01-08(web http): keys are always symbolsAndy Wingo1-70/+53
2011-01-08(web http): don't expose header-decl objectsAndy Wingo1-46/+63
2011-01-08(web http): header names always represented as symbolsAndy Wingo1-276/+174
2011-01-07read-header returns EOF at end, update (web http) docsAndy Wingo1-6/+8
2011-01-07rename string->uri and uri->string.Andy Wingo1-3/+3
2010-12-16http: lists of header names parse betterAndy Wingo1-15/+41
2010-12-16better cache-control: private, no-cache parsingAndy Wingo1-1/+6
2010-12-16(web http) docstringsAndy Wingo1-2/+45
2010-12-06leniency regarding quality values in http.scmAndy Wingo1-0/+20
2010-12-06fix entity tag writingAndy Wingo1-1/+1
2010-11-23fix web server bugsAndy Wingo1-1/+1
2010-11-13(web http) parses content-type as "foo/bar", not "foo" "bar"Andy Wingo1-31/+32
2010-11-12more (web http) exports for parsing request componentsAndy Wingo1-5/+15
2010-11-04add HTTP moduleAndy Wingo1-0/+1464