relative-to-request ( url -- url' )
Furnace framework » HTTP server » HTTP responder redirection

Prev:<temporary-redirect> ( url -- response )


Vocabulary
http.server.redirection

Inputs
urla url or string


Outputs
url'a url or string


Word description
If the input is a relative url, makes it an absolute URL by resolving it to the current request's URL. If the input is a string, does nothing.

Definition


Methods