• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. requestURITooLong414 :: Status

    http-types Network.HTTP.Types

    Request-URI Too Long 414

  2. requestedRangeNotSatisfiable416 :: Status

    http-types Network.HTTP.Types

    Requested Range Not Satisfiable 416

  3. simpleQueryToQuery :: SimpleQuery -> Query

    http-types Network.HTTP.Types

    Convert SimpleQuery to Query.

  4. tooManyRequests429 :: Status

    http-types Network.HTTP.Types

    Too Many Requests 429 (RFC 6585)

  5. type RequestHeaders = [Header]

    http-types Network.HTTP.Types.Header

    A list of Headers. Same type as ResponseHeaders, but useful to differentiate in type signatures.

  6. badRequest400 :: Status

    http-types Network.HTTP.Types.Status

    Bad Request 400

  7. lengthRequired411 :: Status

    http-types Network.HTTP.Types.Status

    Length Required 411

  8. networkAuthenticationRequired511 :: Status

    http-types Network.HTTP.Types.Status

    Network Authentication Required 511 (RFC 6585)

  9. paymentRequired402 :: Status

    http-types Network.HTTP.Types.Status

    Payment Required 402

  10. preconditionRequired428 :: Status

    http-types Network.HTTP.Types.Status

    Precondition Required 428 (RFC 6585)

Page 144 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete