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.

  1. parseQueryReplacePlus :: Bool -> ByteString -> Query

    http-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.

  2. parseQueryText :: ByteString -> QueryText

    http-types Network.HTTP.Types

    Parse a QueryText from a ByteString. See parseQuery for details.

    queryToQueryText . parseQuery
    

  3. parseSimpleQuery :: ByteString -> SimpleQuery

    http-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.

  4. paymentRequired402 :: Status

    http-types Network.HTTP.Types

    Payment Required 402

  5. preconditionRequired428 :: Status

    http-types Network.HTTP.Types

    Precondition Required 428 (RFC 6585)

  6. proxyAuthenticationRequired407 :: Status

    http-types Network.HTTP.Types

    Proxy Authentication Required 407

  7. renderSimpleQuery :: Bool -> SimpleQuery -> ByteString

    http-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.

  8. requestEntityTooLarge413 :: Status

    http-types Network.HTTP.Types

    Request Entity Too Large 413

  9. requestHeaderFieldsTooLarge431 :: Status

    http-types Network.HTTP.Types

    Request Header Fields Too Large 431 (RFC 6585)

  10. requestTimeout408 :: Status

    http-types Network.HTTP.Types

    Request Timeout 408

Page 143 of many | Previous | Next