salvia-1.0.0: Modular web application framework.

Network.Salvia.Handler.Redirect

Synopsis

Documentation

hRedirect :: HttpM Response m => String -> m ()Source

Redirect a client to another location by creating a MovedPermanently response message with the specified URI in the location header.