Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type Host = ByteString Source
The host name of a Url
.
Traversal'
to obtain the Url
of types with Location
.
location :: Traversal' a Url Source
A Traversal'
of the values of a given HTTP parameter.
param :: Text -> Traversal' a Text Source