Safe Haskell | None |
---|---|
Language | Haskell2010 |
Since: 3.0.14
- forceDomain :: (ByteString -> Maybe ByteString) -> Middleware
Documentation
forceDomain :: (ByteString -> Maybe ByteString) -> Middleware Source #
Force a domain by redirecting.
The checkDomain
function takes the current domain and checks whether it is correct.
It should return Nothing
if the domain is correct, or `Just "domain.com"` if it is incorrect.
Since: 3.0.14