summaryrefslogtreecommitdiff
path: root/module/web/server.scm
Commit message (Expand)AuthorAgeFilesLines
* web: Export 'server-impl' procedures and the 'http' server implementation.Ludovic Courtès2016-05-221-1/+10
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-09-131-6/+4
|\
| * Web: Use functional setters in extend-request and extend-response.Mark H Weaver2013-09-121-6/+4
| * Web client+server: Add Content-Length header for empty bodies.Mark H Weaver2013-09-121-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2013-01-151-37/+3
|\ \ | |/
| * (web server) uses (ice-9 iconv)Andy Wingo2013-01-111-37/+3
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-01-071-29/+29
|\ \ | |/
| * syncronize web module docstrings with manualDaniel Hartwig2012-11-241-29/+29
* | micro-optimization in (web server)Andy Wingo2012-03-061-2/+4
|/
* web server: fix spurious warningAndy Wingo2012-02-141-1/+3
* web server: do not provide a response body where it is not permittedAndy Wingo2012-02-121-4/+11
* web server: print backtrace on errors when run in batch modeAndy Wingo2012-02-111-16/+8
* more define-syntax-rule usageAndy Wingo2011-09-021-5/+3
* web server more assiduous about closing portsAndy Wingo2011-02-241-8/+23
* core modules use (ice-9 binary-ports) instead of (rnrs io ports)Andy Wingo2011-02-181-1/+1
* request and response cleanupsAndy Wingo2011-01-101-0/+11
* (web http): keys are always symbolsAndy Wingo2011-01-081-8/+8
* (web server) docstringsAndy Wingo2010-12-161-0/+77
* fix testing code in web/serverAndy Wingo2010-12-121-2/+2
* (web server) punts keep-alive to impls; http server uses (ice-9 poll)Andy Wingo2010-12-031-41/+21
* add some debugging to (web server)Andy Wingo2010-12-021-1/+26
* (web server) supports non-utf-8 charsetsAndy Wingo2010-12-021-9/+32
* stub fixes to http 1.0 support in the web serverAndy Wingo2010-12-011-25/+36
* fix web server bugsAndy Wingo2010-11-231-3/+3
* fix up a couple content-length issues in web/server.scm:sanitize-responseAndy Wingo2010-11-221-7/+10
* flesh out (web server)'s sanitize-responseAndy Wingo2010-11-131-1/+37
* add generic web server with http-over-tcp backendAndy Wingo2010-11-121-0/+242