Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
http-types Network.HTTP.Types No documentation available.
-
http-types Network.HTTP.Types No documentation available.
type
PartialEscapeQuery = [PartialEscapeQueryItem]http-types Network.HTTP.Types Query with some characters that should not be escaped. General form: a=b&c=d:e+f&g=h
type
PartialEscapeQueryItem = (ByteString, [EscapeItem])http-types Network.HTTP.Types Partially escaped query item. The key will always be encoded using 'urlEncode True', but the value will be encoded depending on which EscapeItems are used.
-
http-types Network.HTTP.Types.Method No documentation available.
-
http-types Network.HTTP.Types.Method No documentation available.
-
http-types Network.HTTP.Types.Method No documentation available.
type
PartialEscapeQuery = [PartialEscapeQueryItem]http-types Network.HTTP.Types.URI Query with some characters that should not be escaped. General form: a=b&c=d:e+f&g=h
type
PartialEscapeQueryItem = (ByteString, [EscapeItem])http-types Network.HTTP.Types.URI Partially escaped query item. The key will always be encoded using 'urlEncode True', but the value will be encoded depending on which EscapeItems are used.
module Control.Monad.
Primitive Primitive state-transformer monads.