summaryrefslogtreecommitdiff
path: root/module/web/server.scm
AgeCommit message (Expand)AuthorFilesLines
2016-05-22web: Export 'server-impl' procedures and the 'http' server implementation.Ludovic Courtès1-1/+10
2013-09-13Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-6/+4
2013-09-12Web: Use functional setters in extend-request and extend-response.Mark H Weaver1-6/+4
2013-09-12Web client+server: Add Content-Length header for empty bodies.Mark H Weaver1-1/+1
2013-01-15Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-37/+3
2013-01-11(web server) uses (ice-9 iconv)Andy Wingo1-37/+3
2013-01-07Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-29/+29
2012-11-24syncronize web module docstrings with manualDaniel Hartwig1-29/+29
2012-03-06micro-optimization in (web server)Andy Wingo1-2/+4
2012-02-14web server: fix spurious warningAndy Wingo1-1/+3
2012-02-12web server: do not provide a response body where it is not permittedAndy Wingo1-4/+11
2012-02-11web server: print backtrace on errors when run in batch modeAndy Wingo1-16/+8
2011-09-02more define-syntax-rule usageAndy Wingo1-5/+3
2011-02-24web server more assiduous about closing portsAndy Wingo1-8/+23
2011-02-18core modules use (ice-9 binary-ports) instead of (rnrs io ports)Andy Wingo1-1/+1
2011-01-10request and response cleanupsAndy Wingo1-0/+11
2011-01-08(web http): keys are always symbolsAndy Wingo1-8/+8
2010-12-16(web server) docstringsAndy Wingo1-0/+77
2010-12-12fix testing code in web/serverAndy Wingo1-2/+2
2010-12-03(web server) punts keep-alive to impls; http server uses (ice-9 poll)Andy Wingo1-41/+21
2010-12-02add some debugging to (web server)Andy Wingo1-1/+26
2010-12-02(web server) supports non-utf-8 charsetsAndy Wingo1-9/+32
2010-12-01stub fixes to http 1.0 support in the web serverAndy Wingo1-25/+36
2010-11-23fix web server bugsAndy Wingo1-3/+3
2010-11-22fix up a couple content-length issues in web/server.scm:sanitize-responseAndy Wingo1-7/+10
2010-11-13flesh out (web server)'s sanitize-responseAndy Wingo1-1/+37
2010-11-12add generic web server with http-over-tcp backendAndy Wingo1-0/+242