1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00
guile/module/web
Andy Wingo 2b582a285a (web http): locale-independent parsing and serialization of dates
* module/web/http.scm (parse-month, parse-rfc-822-date):
  (parse-rfc-850-date, parse-asctime-date, parse-date):
  (write-date): Parse and write dates without regard to the current
  locale, using a custom parser.  Also permits parsing of the deprecated
  RFC 850 and asctime() date formats.
2011-08-04 15:07:27 +02:00
..
server (web response) and (web request): bodies are bytevectors 2011-01-10 22:44:36 -08:00
client.scm open-socket-for-url returns port in latin1 encoding 2011-07-21 09:42:20 +02:00
http.scm (web http): locale-independent parsing and serialization of dates 2011-08-04 15:07:27 +02:00
request.scm ensure presence of Host header in HTTP/1.1 requests 2011-07-15 13:36:52 +02:00
response.scm core modules use (ice-9 binary-ports) instead of (rnrs io ports) 2011-02-18 16:01:25 +01:00
server.scm web server more assiduous about closing ports 2011-02-24 11:10:49 +01:00
uri.scm web server more assiduous about closing ports 2011-02-24 11:10:49 +01:00