summaryrefslogtreecommitdiff
path: root/module/web
AgeCommit message (Expand)AuthorFilesLines
2016-05-22http: Accept empty reason phrases.Ludovic Courtès1-5/+20
2016-05-22web: Gracefully handle premature EOF when reading chunk header.Ludovic Courtès1-9/+16
2016-05-22web: Fix 'close' method of delimited input ports.Ludovic Courtès1-2/+2
2016-05-22web: Export 'server-impl' procedures and the 'http' server implementation.Ludovic Courtès2-3/+13
2016-05-22http: Do not buffer HTTP chunks.Ludovic Courtès1-34/+32
2016-04-11make-chunked-output-port buffering fixAndy Wingo1-7/+11
2016-04-04Use symbols instead of _IONBF values as args to setvbufAndy Wingo2-2/+2
2016-01-07web: Be less strict when parsing entity tags.Andy Wingo1-4/+9
2014-11-01web: Location header is URI-reference; better URI-reference supportAndy Wingo4-45/+70
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-3/+1
2014-05-23web: Keep the default size for the client's in-kernel receive buffer.Ludovic Courtès1-3/+1
2014-02-07Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'Andy Wingo1-4/+4
2014-01-21Write out HTTP Basic auth headers correctly.Mark H Weaver1-4/+4
2014-01-21Merge branch 'stable-2.0'Mark H Weaver1-11/+16
2014-01-20Add support for content-dispositionAndy Wingo1-1/+25
2014-01-18Add support for content-dispositionAndy Wingo1-1/+25
2014-01-15web: Don't throw if a response is longer than its Content-Length says.Ludovic Courtès1-11/+16
2013-11-28Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'Andy Wingo1-0/+2
2013-11-19Web: accept "UTC" as the zone offset in date headers.Mark H Weaver1-0/+2
2013-09-13Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2-21/+21
2013-09-12Web: Use functional setters in extend-request and extend-response.Mark H Weaver2-14/+9
2013-09-12Web client+server: Add Content-Length header for empty bodies.Mark H Weaver2-2/+4
2013-09-10web client: HTTP methods are symbols, not strings.Mark H Weaver1-9/+9
2013-09-10Fix extend-request to preserve method and meta.Alexandru Cojocaru1-2/+5
2013-08-23Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-6/+3
2013-08-19`write-request-line' always prints a path component.Ian Price1-6/+3
2013-07-18Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2-3/+36
2013-07-16Add support for HTTP proxies.Mark H Weaver2-3/+36
2013-07-16Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-5/+6
2013-05-02web: uri-encode hexadecimal percent-encoding is now uppercaseAleix Conchillo Flaque1-5/+6
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver4-52/+108
2013-03-27web http: parse numeric time zones in headersDaniel Hartwig1-15/+46
2013-03-16http: support IP-literal (IPv6 address) in Host headerDaniel Hartwig1-6/+20
2013-03-16minor tweaks to web documentationDaniel Hartwig4-24/+22
2013-03-10fix response-body-port for responses without content-lengthJason Earl1-7/+20
2013-01-23merge stable-2.0Andy Wingo2-6/+5
2013-01-22add read-string and read-string! to (ice-9 rdelim)Andy Wingo1-2/+2
2013-01-21Fix http-get* deprecation noteAndy Wingo1-4/+3
2013-01-15Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo4-107/+293
2013-01-11Add http-post, http-put, et ceteraAndy Wingo1-56/+269
2013-01-11read-response-body always returns bytevector or #fAndy Wingo1-2/+8
2013-01-11remove (web http) TODO listAndy Wingo1-7/+0
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 Weaver6-170/+292
2013-01-07http-get: don't shutdown write end of socketAndy Wingo2-5/+13
2012-12-17web: Correctly detect "No route to host" conditions.Ludovic Courtès1-11/+14
2012-11-28web: Add `http-get*'.Ludovic Courtès1-1/+24
2012-11-28web: Add `response-body-port'.Ludovic Courtès1-11/+59
2012-11-28web: Export `text-content-type?'.Ludovic Courtès2-7/+10
2012-11-27web client: correctly handle uri-query, etc. in relative URI headersDaniel Hartwig2-19/+23