sunet/scheme/httpd
interp da98e19193 Force the result of the servlet to be printed into a string-port.
The servlet programmer is (nearly) unaware of this.

This removes the problem that arises if send/suspend is called in HTTPD
while transmitting data to the browser.
2003-01-14 11:27:42 +00:00
..
surflets Force the result of the servlet to be printed into a string-port. 2003-01-14 11:27:42 +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 Don't look at (getenv "PATH") when determining the PATH set for the 2003-01-10 13:31:06 +00:00
core.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
error.scm Add copyright notice. 2002-08-27 09:03:22 +00:00
file-dir-handler.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
handlers.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
http-top.scm Rename "path handler" -> "request handler". 2002-09-22 15:41:41 +00:00
info-gateway.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
logging.scm Replace integer HTTP status codes by finite record type instances. 2003-01-09 15:05:30 +00:00
options.scm Rename "path handler" -> "request handler". 2002-09-22 15:41:41 +00:00
request.scm Renamed REQUEST:xxx to REQUEST-xxx. 2002-11-29 14:49:22 +00:00
response.scm Remove obsolete comment. 2003-01-10 13:30:36 +00:00
rman-gateway.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
server.scm More structure name normalization. 2002-11-29 14:42:02 +00:00
seval.scm Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be 2003-01-10 09:52:35 +00:00
su-httpd.txt * moved files concerning web server to new subdirectory httpd 2002-05-14 13:53:55 +00:00