Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / module / web / response.scm
2013-01-07 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-28 Ludovic Courtèsweb: Add `response-body-port'.
2012-11-28 Ludovic Courtèsweb: Export `text-content-type?'.
2012-11-24 Daniel Hartwigsyncronize web module docstrings with manual
2012-07-24 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Ian PriceAdd HTTP Chunked Encoding support to web modules.
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-02-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-12 Andy Wingoweb server: do not provide a response body where it...
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-02 Bake TimmonsImprove the usage of variable names in Scheme docstrings.
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-02-18 Andy Wingocore modules use (ice-9 binary-ports) instead of (rnrs...
2011-01-11 Andy Wingorequest and response cleanups
2011-01-11 Andy Wingo(web response) and (web request): bodies are bytevectors
2011-01-08 Andy Wingo(web http): header names always represented as symbols
2010-12-17 Andy Wingobuild-response validates headers
2010-12-16 Andy Wingodocstrings in (web request) and (web response)
2010-12-06 Andy Wingofix read-{request,response}-body/latin-1
2010-12-04 Andy Wingofix error handling in read-{request,response}-body...
2010-12-01 Andy Wingostub fixes to http 1.0 support in the web server
2010-11-13 Andy Wingoadd extend-response.
2010-11-04 Andy Wingoadd HTTP response module