sunet/scheme/httpd
interp ff56fa6ec1 Add redirection feature to web-server: If the handler returns with the
return code HTTP-STATUS/REDIRECT, the server creates a new request out of
the redirection response and recalls the handler to serve the request.
You can use MAKE-REDIRECTION-RESPONSE to create this special response.
2002-09-02 13:42:10 +00:00
..
access-control.scm
cgi-server.scm look if file is executable 2002-08-29 14:53:44 +00:00
core.scm Add redirection feature to web-server: If the handler returns with the 2002-09-02 13:42:10 +00:00
error.scm
file-dir-handler.scm
handle-fatal-error.scm
handlers.scm
http-top.scm
info-gateway.scm
logging.scm
options.scm
request.scm
response.scm Add redirection feature to web-server: If the handler returns with the 2002-09-02 13:42:10 +00:00
rman-gateway.scm output directly to socket:outport in emit-man-page 2002-08-30 12:04:27 +00:00
server.scm
seval.scm
su-httpd.txt