add HTTP module
authorAndy Wingo <wingo@pobox.com>
Sun, 24 Oct 2010 10:36:17 +0000 (12:36 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 4 Nov 2010 21:52:47 +0000 (22:52 +0100)
commit440840c113c744082b7892315049a4704517215a
tree3b3a54cfc9f35e7e7708de8b8c042525e17ccef6
parent5a2f7fb3156bbcba5ee5ac818526bf40ed43cfe1
add HTTP module

* module/web/http.scm: New module, declares known HTTP headers, and
  their parsers and unparsers.

* test-suite/tests/web-http.test: Add test suite.

* module/Makefile.am:
* test-suite/Makefile.am: Adapt.
module/Makefile.am
module/web/http.scm [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/web-http.test [new file with mode: 0644]