<redirect-responder> ( url -- responder )
Furnace framework ยป Furnace redirection support

Prev:<redirect> ( url -- response )
Next:Secure redirection


Vocabulary
furnace.redirection

Inputs
urlan url


Outputs
respondera responder


Word description
Creates a responder which unconditionally redirects the client to the given URL.

Definition