rewrite
URL rewrite responders

Prev:Rewrite responder overview
Next:<rewrite> ( -- rewrite )


Vocabulary
http.server.rewrite

Class description
The class of directory rewrite responders. The slots are as follows:
defaultthe responder to call if no file name is provided.
childthe responder to call if a file name is provided.
paramthe name of a request parameter which will store the first path component of the file name passed to the responder.


Definition


Methods