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