sunet/scheme/httpd
vibr 15049e1c58 implementing chunked transfer coding:
*new proc  READ-MESSAGE-BODY: a high-level interface for reading in
message bodies (should be used by all handlers)
*new proc READ-ORDINARY-BODY: reads in message bodies with no transfer
coding applied
*new proc READ-CHUNKED-BODY: reads in message bodies in chunked
transfer coding
*new proc GET-CHUNK-SIZE: reads in and parses the size of the next
chunk in a chunked message body
*helper procs READ-AND-DISCARD-TRAILER and DISCARD-LINE-TERMINATOR
*minor changes to GET-NUMERIC-FIELD-VALUE (cosmetic)
2005-04-16 20:45:33 +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 implementing chunked transfer coding: 2005-04-16 20:45:33 +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