1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
guile/module/web
Andy Wingo 710ebfddc6 Web server and client use suspendable ports
* module/web/request.scm (write-request):
* module/web/response.scm (write-response): Use put-string instead of
  display.
2017-02-08 15:16:25 +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 Remove remaining "display" uses in (web http) 2017-02-08 15:09:14 +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