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.
This commit is contained in:
Andy Wingo 2010-10-24 12:36:17 +02:00
commit 440840c113
4 changed files with 1668 additions and 0 deletions

View file

@ -150,6 +150,7 @@ SCM_TESTS = tests/00-initial-env.test \
tests/version.test \
tests/vlist.test \
tests/weaks.test \
tests/web-http.test \
tests/web-uri.test
EXTRA_DIST = \