if-secure ( quot -- response )
Furnace framework » Furnace redirection support » Secure redirection

Prev:<secure-redirect> ( url -- response )
Next:<secure-only> ( responder -- secure-only )


Vocabulary
furnace.redirection

Inputs
quota quotation


Outputs
responsea response


Word description
Runs a quotation if the current request was made over HTTPS, otherwise returns a redirect to have the client request the current page again via HTTPS.

Definition