web http: fix Ma -> Mar
[bpt/guile.git] / module / web / http.scm
2012-03-12 Andy Wingoweb http: fix Ma -> Mar
2012-02-02 Bake TimmonsImprove the usage of variable names in Scheme docstrings.
2012-01-09 Daniel Hartwigpermit non-date values for Expires header
2012-01-07 Ian Price`write-request-line' writes absolute paths, not absolut...
2012-01-07 Andy Wingoremove duplicate write-uri definition
2011-12-22 Andy WingoHTTP: Fix qstring writing of cache-extension values
2011-12-22 Daniel HartwigExtend handling of "Cache-Control" header.
2011-11-23 Daniel Hartwigfix validators for various list-style headers
2011-10-17 Andy Wingofix (web http) write-date for mondays
2011-09-10 Ian PriceRFC 822 allows single digit days of the month
2011-08-04 Andy Wingo(web http): locale-independent parsing and serializatio...
2011-01-10 Andy Wingoparse credentials and challenges
2011-01-09 Andy Wingomore symbols in (web http)
2011-01-09 Andy Wingo(web http): keys are always symbols
2011-01-08 Andy Wingo(web http): don't expose header-decl objects
2011-01-08 Andy Wingo(web http): header names always represented as symbols
2011-01-07 Andy Wingoread-header returns EOF at end, update (web http) docs
2011-01-07 Andy Wingorename string->uri and uri->string.
2010-12-16 Andy Wingohttp: lists of header names parse better
2010-12-16 Andy Wingobetter cache-control: private, no-cache parsing
2010-12-16 Andy Wingo(web http) docstrings
2010-12-06 Andy Wingoleniency regarding quality values in http.scm
2010-12-06 Andy Wingofix entity tag writing
2010-11-23 Andy Wingofix web server bugs
2010-11-13 Andy Wingo(web http) parses content-type as "foo/bar", not "foo...
2010-11-12 Andy Wingomore (web http) exports for parsing request components
2010-11-04 Andy Wingoadd HTTP module