adjust-url ( url -- url' )
Furnace framework ยป Furnace extension points

Prev:modify-form ( responder -- xml/f )
Next:adjust-redirect-url ( url -- url' )


Vocabulary
furnace.utilities

Inputs
urlan url


Outputs
url'an url


Word description
Adjusts a link URL by filtering the URL's query parameters through the modify-query generic word on every responder involved in handling the current request.

Definition


Methods