sunet-commit
[Top] [All Lists]

[Sunet-commit] sunet/httpd core.scm response.scm

To: sunet-commit@lists.sourceforge.net
Subject: [Sunet-commit] sunet/httpd core.scm response.scm
From: Andreas Bernauer <interp@users.sourceforge.net>
Date: Mon Sep 2 06:46:48 2002
List-id: <sunet-commit.lists.sourceforge.net>
Sender: sunet-commit-admin@lists.sourceforge.net
Update of /cvsroot/sunet/sunet/httpd
In directory usw-pr-cvs1:/tmp/cvs-serv28422/httpd

Modified Files:
        core.scm response.scm 
Log Message:
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.



<Prev in Thread] Current Thread [Next in Thread>
  • [Sunet-commit] sunet/httpd core.scm response.scm, Andreas Bernauer <=