add HTTP request module

* module/web/request.scm: Add HTTP request module.
* test-suite/tests/web-request.test: Test cases.

* module/Makefile.am:
* test-suite/Makefile.am: Adapt.
This commit is contained in:
Andy Wingo 2010-10-22 00:06:32 +02:00
commit ad05d4e8c6
4 changed files with 380 additions and 0 deletions

View file

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