sunet/scheme/httpd
vibr 555d52806d modify seval-handler:
*don't use concept of reader-writer-body (which is broken), use
writer-body instead -> seval-handler now works correctly
*use new interface READ-MESSAGE-BODY from handler-lib for reading in the
message body
*rename READ-REQUEST-SEXP to PARSE-REQUEST-SEXP
*catch errors thrown by READ in PARSE-REQUEST-SEXP to answer 400
instead of 500 for requests whose message body doesn't contain a valid
s-expression
2005-04-16 20:33:35 +00:00
..
surflets removal of old URL parser relicts: 2005-04-06 22:41:10 +00:00
access-control.scm Replace integer HTTP status codes by finite record type instances. 2003-01-09 15:05:30 +00:00
cgi-server.scm *new predicate ABSOLUTE-URL? 2005-04-14 11:32:38 +00:00
core.scm in PARSE-HTTP-REQUEST: catch errors thrown by READ-RFC822-HEADERS and 2005-04-16 20:22:41 +00:00
error.scm move copyright declarations to COPYING 2005-04-16 20:19:32 +00:00
file-dir-handler.scm trivia: towards a more modern HTML: closing slash within empty HTML 2005-04-14 21:15:21 +00:00
handler-lib.scm syntax of comma separated list which is the field value of the 2005-04-15 15:50:30 +00:00
handlers.scm correct call of http-error in MAKE-HOST-NAME-HANDLER 2005-04-13 20:48:57 +00:00
info-gateway.scm trivia: towards a more modern HTML: closing slash within empty HTML 2005-04-14 21:15:21 +00:00
logging.scm fix MAKE-CLF (which prepended superfluous slash to requested resource) 2005-04-14 14:42:03 +00:00
options.scm Added httpd-options-post-bind-thunk. 2003-02-20 17:52:27 +00:00
request.scm move copyright declarations to COPYING 2005-04-16 20:19:32 +00:00
response.scm add comment explaining why the concept of http-reader-writer-body 2005-04-14 15:18:54 +00:00
rman-gateway.scm removal of old URL parser relicts: 2005-04-06 22:41:10 +00:00
server.scm - Make the handlers in HTTPD-FILE-DIRECTORY-HANDLERS do something 2003-01-29 10:08:25 +00:00
seval.scm modify seval-handler: 2005-04-16 20:33:35 +00:00