Handbook
Glossary
HTTP responder redirection
Furnace framework
ยป
HTTP server
Prev:
Canned HTTP responses
Next:
HTTP server variables
The
http
.
server
.
redirection
defines some
response
types which redirect the user's client to a new page.
<permanent-redirect>
( url -- response )
<temporary-redirect>
( url -- response )
A utility used by the above:
relative-to-request
( url -- url' )
The
furnace
.
redirection
vocabulary provides a higher-level implementation of this. The
furnace
.
conversations
vocabulary allows state to be maintained between redirects.