summaryrefslogtreecommitdiff
path: root/module/web
Commit message (Expand)AuthorAgeFilesLines
* web: Update comment regarding the 'tls-wrap' port wrapper....Ludovic Courtès2020-01-031-7/+10
* Revert "web: Add support for HTTP header continuation lines."...Mark H Weaver2019-06-241-24/+7
* web: Add support for HTTP header continuation lines....Mark H Weaver2019-06-181-7/+24
* Make URI handling locale independent....Timothy Sample2019-06-041-10/+21
* web: Export http-request....Arun Isaac2018-06-231-85/+80
* http: Fix typo in proxy handling in 'write-request-line'....Ludovic Courtès2017-11-111-3/+3
* http: Fix typo in proxy handling in 'write-request-line'....Ludovic Courtès2017-11-101-2/+2
* web: add support for URI-reference...Andy Wingo2017-05-214-75/+139
* Fix reading of HTTPS responses that are smaller than port buffer...Andy Wingo2017-04-281-2/+12
* web: Avoid deprecated '_IOFBF'....Ludovic Courtès2017-03-171-1/+1
* web: Remove export of nonexistent 'open-connection-for-uri'....Ludovic Courtès2017-03-171-2/+1
* http: Do not use 'eq?' to compare characters in parse-request-uri....Mark H Weaver2017-03-011-1/+1
* Web server and client use suspendable ports...Andy Wingo2017-02-082-2/+4
* Remove remaining "display" uses in (web http)...Andy Wingo2017-02-081-59/+62
* Beginnings of suspendable HTTP...Andy Wingo2017-02-081-134/+146
* Modernize (web http) a bit...Andy Wingo2017-02-081-353/+356
* web: Add https support through gnutls....Christopher Allan Webber2016-11-071-22/+144
* ETag list headers accept sloppy etags...Andy Wingo2016-08-281-19/+33
* Fix uri-decode behavior for "+"...Andy Wingo2016-06-201-3/+8
* http: Accept date strings with a leading space for hours....Ludovic Courtès2016-05-221-0/+20
* http: Use 'read-header-line' instead of 'read-line*'....Ludovic Courtès2016-05-221-19/+3
* http: Accept empty reason phrases....Ludovic Courtès2016-05-221-5/+20
* web: Gracefully handle premature EOF when reading chunk header....Ludovic Courtès2016-05-221-9/+16
* web: Fix 'close' method of delimited input ports....Ludovic Courtès2016-05-221-2/+2
* web: Export 'server-impl' procedures and the 'http' server implementation....Ludovic Courtès2016-05-222-3/+13
* http: Do not buffer HTTP chunks....Ludovic Courtès2016-05-221-34/+32
* make-chunked-output-port buffering fix...Andy Wingo2016-04-111-7/+11
* Use symbols instead of _IONBF values as args to setvbuf...Andy Wingo2016-04-042-2/+2
* web: Be less strict when parsing entity tags....Andy Wingo2016-01-071-4/+9
* web: Location header is URI-reference; better URI-reference support...Andy Wingo2014-11-014-45/+70
* Merge branch 'stable-2.0'...Mark H Weaver2014-09-301-3/+1
|\
| * web: Keep the default size for the client's in-kernel receive buffer....Ludovic Courtès2014-05-231-3/+1
* | Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'Andy Wingo2014-02-071-4/+4
|\|
| * Write out HTTP Basic auth headers correctly....Mark H Weaver2014-01-211-4/+4
| * Add support for content-disposition...Andy Wingo2014-01-201-1/+25
* | Merge branch 'stable-2.0'...Mark H Weaver2014-01-211-11/+16
|\|
| * web: Don't throw if a response is longer than its Content-Length says....Ludovic Courtès2014-01-151-11/+16
* | Add support for content-disposition...Andy Wingo2014-01-181-1/+25
* | Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'...Andy Wingo2013-11-281-0/+2
|\|
| * Web: accept "UTC" as the zone offset in date headers....Mark H Weaver2013-11-191-0/+2
* | Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2013-09-132-21/+21
|\|
| * Web: Use functional setters in extend-request and extend-response....Mark H Weaver2013-09-122-14/+9
| * Web client+server: Add Content-Length header for empty bodies....Mark H Weaver2013-09-122-2/+4
| * web client: HTTP methods are symbols, not strings....Mark H Weaver2013-09-101-9/+9
| * Fix extend-request to preserve method and meta....Alexandru Cojocaru2013-09-101-2/+5
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-08-231-6/+3
|\|
| * `write-request-line' always prints a path component....Ian Price2013-08-191-6/+3
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-07-182-3/+36
|\|
| * Add support for HTTP proxies....Mark H Weaver2013-07-162-3/+36
* | Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2013-07-161-5/+6
|\|