1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module/web
Mark H Weaver b56b944920 http: Do not use 'eq?' to compare characters in parse-request-uri.
* module/web/http.scm (parse-request-uri): Use 'eqv?' to compare
characters.
2017-03-01 19:50:37 +01:00
..
server web: Export 'server-impl' procedures and the 'http' server implementation. 2016-05-22 19:11:32 +02:00
client.scm web: Add https support through gnutls. 2016-11-07 12:05:30 -06:00
http.scm http: Do not use 'eq?' to compare characters in parse-request-uri. 2017-03-01 19:50:37 +01:00
request.scm Web server and client use suspendable ports 2017-02-08 15:16:25 +01:00
response.scm Web server and client use suspendable ports 2017-02-08 15:16:25 +01:00
server.scm web: Export 'server-impl' procedures and the 'http' server implementation. 2016-05-22 19:11:32 +02:00
uri.scm Fix uri-decode behavior for "+" 2016-06-20 14:48:15 +02:00