summaryrefslogtreecommitdiff
path: root/module/web/uri.scm
Commit message (Expand)AuthorAgeFilesLines
* Add call-with-input-bytevector, call-with-output-bytevectorAndy Wingo2021-01-121-48/+6
* web: Accept URI host names consisting only of hex digits.Ludovic Courtès2020-06-181-2/+2
* Merge from stable-2.2Andy Wingo2019-08-021-10/+21
|\
| * Make URI handling locale independent.Timothy Sample2019-06-041-10/+21
* | Remove all deprecated codeAndy Wingo2017-05-221-8/+1
|/
* web: add support for URI-referenceAndy Wingo2017-05-211-29/+123
* Fix uri-decode behavior for "+"Andy Wingo2016-06-201-3/+8
* web: Location header is URI-reference; better URI-reference supportAndy Wingo2014-11-011-15/+33
* web: uri-encode hexadecimal percent-encoding is now uppercaseAleix Conchillo Flaque2013-05-021-5/+6
* minor tweaks to web documentationDaniel Hartwig2013-03-161-15/+13
* add read-string and read-string! to (ice-9 rdelim)Andy Wingo2013-01-221-2/+2
* web client: correctly handle uri-query, etc. in relative URI headersDaniel Hartwig2012-11-271-10/+20
* (web uri): document that uri-port is an integerDaniel Hartwig2012-11-241-4/+5
* syncronize web module docstrings with manualDaniel Hartwig2012-11-241-30/+43
* Fix uri-encoding for strings with no unreserved charsIan Price2012-08-261-1/+3
* Fix uri-encoding for octets 0-15Ian Price2012-08-261-0/+2
* more uri-related ipv6 fixesAndy Wingo2012-07-061-8/+14
* enhance IPv6 supportDaniel Hartwig2012-07-061-2/+2
* support URIs with domain names starting with numbersDaniel Hartwig2012-07-061-1/+1
* microoptimizations in (web uri)Andy Wingo2012-02-221-11/+10
* quick fix the quick fixAndy Wingo2012-02-211-1/+1
* quick fix to uri parserAndy Wingo2012-02-211-3/+3
* allow URIs of the form file:///etc/hostsAndy Wingo2011-12-061-8/+12
* web server more assiduous about closing portsAndy Wingo2011-02-241-40/+59
* core modules use (ice-9 binary-ports) instead of (rnrs io ports)Andy Wingo2011-02-181-1/+1
* uri-encode fast pathAndy Wingo2011-01-071-16/+18
* uri-decode #:encoding, not #:charsetAndy Wingo2011-01-071-17/+17
* rename string->uri and uri->string.Andy Wingo2011-01-071-3/+3
* document (web uri), and simplify uri-encodeAndy Wingo2010-12-161-33/+58
* fix testing code in web/serverAndy Wingo2010-12-121-3/+1
* (web uri) can uri-decode non-utf-8 payloadsAndy Wingo2010-12-111-11/+38
* unparse-uri avoids serializing e.g. :80 in http:// urisAndy Wingo2010-11-121-3/+16
* URI parsing errors throw to `uri-error'Andy Wingo2010-11-041-10/+14
* web/uri: reimplement for rfc 3986, add testsAndy Wingo2010-10-171-169/+282
* import uri.scm from tekuti, from guile-wwwAndy Wingo2010-10-171-0/+187