vhost-rewrite
URL rewrite responders

Prev:<rewrite> ( -- rewrite )
Next:<vhost-rewrite> ( -- vhost-rewrite )


Vocabulary
http.server.rewrite

Class description
The class of virtual host rewrite responders. The slots are as follows:
defaultthe responder to call if no host name prefix is provided.
child the responder to call if a host name prefix is provided.
paramthe name of a request parameter which will store the first host name component of the host name passed to the responder.
suffixthe domain name suffix which will be chopped off the end of the request's host name in order to produce the parameter.


Definition

TUPLE: vhost-rewrite suffix param child default ;


Methods