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. shouldStripHeaderOnRedirectIfOnDifferentHostOnly :: Request -> Bool

    http-client Network.HTTP.Client

    Decide whether a header must be stripped from the request when following a redirect, if host differs from previous request in redirect chain. Default: false (always strip regardless of host change)

  2. BadHeaders :: ByteString -> HeadersValidationResult

    http-client Network.HTTP.Client.Internal

    No documentation available.

  3. GoodHeaders :: HeadersValidationResult

    http-client Network.HTTP.Client.Internal

    No documentation available.

  4. IncompleteHeaders :: HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    An incomplete set of response headers were returned.

  5. InvalidChunkHeaders :: HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    A chunked response body had invalid headers.

  6. InvalidHeader :: ByteString -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

    The given response header line could not be parsed

  7. InvalidRequestHeader :: ByteString -> HttpExceptionContent

    http-client Network.HTTP.Client.Internal

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

  8. newtype MaxHeaderLength

    http-client Network.HTTP.Client.Internal

    The maximum header size in bytes.

  9. MaxHeaderLength :: Int -> MaxHeaderLength

    http-client Network.HTTP.Client.Internal

    No documentation available.

  10. newtype MaxNumberHeaders

    http-client Network.HTTP.Client.Internal

    The maximum number of header fields.

Page 133 of many | Previous | Next