Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setMaxTotalHeaderLength :: Int -> Settings -> Settings

    warp Network.Wai.Handler.Warp

    Set the maximum header size that Warp will tolerate when using HTTP/1.x. Since 3.3.8

  2. type IndexedHeader = Array Int Maybe HeaderValue

    warp Network.Wai.Handler.Warp.Internal

    Array for a set of HTTP headers.

  3. settingsMaxTotalHeaderLength :: Settings -> Int

    warp Network.Wai.Handler.Warp.Internal

    Determines the maximum header size that Warp will tolerate when using HTTP/1.x. Since 3.3.8

  4. lookAhead :: MonadParsec e s m => m a -> m a

    megaparsec Text.Megaparsec

    If p in lookAhead p succeeds (either consuming input or not) the whole parser behaves like p succeeded without consuming anything (parser state is not updated as well). If p fails, lookAhead has no effect, i.e. it will fail consuming input if p fails consuming input. Combine with try if this is undesirable.

  5. MissingWWWAuthenticateHeader :: DigestAuthExceptionDetails

    http-client-tls Network.HTTP.Client.TLS

    No documentation available.

  6. IncompleteHeaders :: HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    An incomplete set of response headers were returned.

  7. InvalidChunkHeaders :: HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    A chunked response body had invalid headers.

  8. InvalidHeader :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    The given response header line could not be parsed

  9. InvalidRequestHeader :: ByteString -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    The given request header is not compliant (e.g. has newlines)

  10. OverlongHeaders :: HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    Too many total bytes in the HTTP header were returned by the server.

Page 141 of many | Previous | Next