1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 11:10:27 +02:00
guile/module/web
Andy Wingo 91b320fe16 uri-encode fast path
* module/web/uri.scm (uri-encode): Add a fast-path for the common case
  in which the string does not contain any reserved characters.
2011-01-07 09:18:36 -08:00
..
server http-read robustness 2010-12-12 21:59:29 +01:00
http.scm rename string->uri and uri->string. 2011-01-07 09:18:36 -08:00
request.scm docstrings in (web request) and (web response) 2010-12-16 14:48:34 +01:00
response.scm build-response validates headers 2010-12-17 12:01:34 +01:00
server.scm (web server) docstrings 2010-12-16 14:48:35 +01:00
uri.scm uri-encode fast path 2011-01-07 09:18:36 -08:00