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:
parent
5a2f7fb315
commit
440840c113
4 changed files with 1668 additions and 0 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue