Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
parseQueryReplacePlus :: Bool -> ByteString -> Queryhttp-types Network.HTTP.Types Same functionality as parseQuery, but with the option to decode '+' characters to ' ' or to preserve any '+' encountered. If you want to replace any '+' with a space, use True.
parseQueryText :: ByteString -> QueryTexthttp-types Network.HTTP.Types Parse a QueryText from a ByteString. See parseQuery for details.
queryToQueryText . parseQuery
parseSimpleQuery :: ByteString -> SimpleQueryhttp-types Network.HTTP.Types Parse SimpleQuery from a ByteString. This uses parseQuery under the hood, and will transform any Nothing values into an empty ByteString.
-
http-types Network.HTTP.Types Payment Required 402
preconditionRequired428 :: Statushttp-types Network.HTTP.Types Precondition Required 428 (RFC 6585)
proxyAuthenticationRequired407 :: Statushttp-types Network.HTTP.Types Proxy Authentication Required 407
renderSimpleQuery :: Bool -> SimpleQuery -> ByteStringhttp-types Network.HTTP.Types Render the given SimpleQuery into a ByteString. If you want a question mark (?) added to the front of the result, use True.
requestEntityTooLarge413 :: Statushttp-types Network.HTTP.Types Request Entity Too Large 413
requestHeaderFieldsTooLarge431 :: Statushttp-types Network.HTTP.Types Request Header Fields Too Large 431 (RFC 6585)
-
http-types Network.HTTP.Types Request Timeout 408