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