add HTTP response module
authorAndy Wingo <wingo@pobox.com>
Thu, 21 Oct 2010 23:06:54 +0000 (01:06 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 4 Nov 2010 23:31:40 +0000 (00:31 +0100)
commita9eeb2f4615564a2ae9f1a1fe7477fbc79d3f976
tree9290c6fd54ac9ceb4f6d3c7e6f5516b2b27a7f35
parentad05d4e8c6ccd17a826af3a4df38f055eb3fc9b9
add HTTP response module

* module/web/response.scm: New module, for HTTP responses.
* test-suite/tests/web-response.test: Test suite.

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