summaryrefslogtreecommitdiff
path: root/doc/ref/web.texi
Commit message (Expand)AuthorAgeFilesLines
* doc: Mention URL of Guile-GnuTLS.Ludovic Courtès2023-01-191-3/+5
* web: Don't hide missing data in the chunked input port.Christopher Baines2022-07-041-0/+3
* doc: Improve content-range HTTP header documentation.Arun Isaac2020-06-181-5/+5
* doc: Fix minor typo in the HTTP headers documentation.Arun Isaac2020-06-181-1/+1
* web: 'open-socket-for-uri' can verify the server's X.509 certificate.Ludovic Courtès2020-01-131-2/+65
* web: Add 'current-https-proxy' and honor $https_proxy.Ludovic Courtès2020-01-131-3/+4
* Merge from stable-2.2Andy Wingo2019-08-021-1/+1
|\
| * doc: Fix minor typo in the HTTP headers documentation.Arun Isaac2019-06-241-1/+1
* | Merge from stable-2.2Andy Wingo2019-08-021-3/+3
|\ \ | |/
| * Remove references to 'inet-ntoa' and 'inet-aton'.Ludovic Courtès2019-06-241-3/+3
| * web: Export http-request.Arun Isaac2018-06-231-14/+27
* | web: Export http-request.Arun Isaac2018-08-071-14/+27
* | Update uri? documentation.Andy Wingo2017-05-221-7/+3
|/
* web: add support for URI-referenceAndy Wingo2017-05-211-48/+86
* doc: Adjust capitalization for "HTTPS" and "GnuTLS".Christopher Allan Webber2016-11-071-1/+1
* web: Add https support through gnutls.Christopher Allan Webber2016-11-071-1/+5
* Fix uri-decode behavior for "+"Andy Wingo2016-06-201-1/+6
* doc: Fix typo in Web documentation.Luribert2016-05-221-2/+2
* NEWS and doc updatesAndy Wingo2015-02-091-3/+5
* Document support for URI references.Andy Wingo2015-02-081-9/+31
* Add support for HTTP proxies.Mark H Weaver2013-07-161-0/+14
* minor tweaks to web documentationDaniel Hartwig2013-03-161-31/+39
* excise use of "iff" in the manualJason Earl2013-03-101-4/+4
* Improve keyword notation of Texinfo function definitions.Bake Timmons2013-03-021-6/+12
* begin rewriting SXML docsAndy Wingo2013-01-281-3/+3
* Add http-post, http-put, et ceteraAndy Wingo2013-01-111-17/+49
* web: Add `http-get*'.Ludovic Courtès2012-11-281-0/+7
* web: Add `response-body-port'.Ludovic Courtès2012-11-281-0/+10
* web: Export `text-content-type?'.Ludovic Courtès2012-11-281-0/+6
* (web uri): document that uri-port is an integerDaniel Hartwig2012-11-241-6/+7
* syncronize web module docstrings with manualDaniel Hartwig2012-11-241-17/+18
* add http/1.1 transfer codings to the NEWSAndy Wingo2012-07-061-0/+6
* Document and export `declare-opaque-header!'Ian Price2012-07-061-0/+5
* Add HTTP Chunked Encoding support to web modules.Ian Price2012-07-061-0/+60
* fix typo in web.texiAndy Wingo2012-07-061-1/+1
* typo fix in web.texiAndy Wingo2012-07-021-4/+4
* web server: do not provide a response body where it is not permittedAndy Wingo2012-02-121-1/+9
* Make consistent the usage of variable names in the function definitions found...Bake Timmons2012-02-021-4/+4
* fix web.texi typoAndy Wingo2011-11-161-1/+1
* add (web client) docsAndy Wingo2011-10-121-2/+37
* web.texi: handler return types documentationAndy Wingo2011-03-311-7/+14
* web.texi: fix uri->string invocationAndy Wingo2011-03-311-1/+1
* Fix typos in (web ...) docNeil Jerram2011-02-181-9/+3
* docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues2011-02-091-2/+2
* web.texi fixAndy Wingo2011-01-221-1/+1
* web.texi defun -> deffnAndy Wingo2011-01-101-193/+193
* more web.texi fooAndy Wingo2011-01-101-25/+36
* update web.text documentation for requests and responsesAndy Wingo2011-01-101-61/+53
* update web.texi for (web http) changesAndy Wingo2011-01-101-172/+479
* update (web http) docsAndy Wingo2011-01-081-59/+67