request and response cleanups
authorAndy Wingo <wingo@pobox.com>
Tue, 11 Jan 2011 06:22:56 +0000 (22:22 -0800)
committerAndy Wingo <wingo@pobox.com>
Tue, 11 Jan 2011 06:44:41 +0000 (22:44 -0800)
commitf944ee8f23f03f2ec62ed8b421281ef9b451f4b2
tree0b1d7dc3a4643ef4a26df85ed51b355a8b1b9f07
parent3475fbb5722fb53a413a89db231ed543cc27c05d
request and response cleanups

* module/web/request.scm (build-request): Make URI a positional
  argument.

* module/web/response.scm: Remove extend-response.
  (read-response): Fix a docstring.
* module/web/server.scm (extend-response): Include extend-response here,
  but not exported.
module/web/request.scm
module/web/response.scm
module/web/server.scm