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. managerMaxNumberHeaders :: ManagerSettings -> Maybe MaxNumberHeaders

    http-client Network.HTTP.Client.Internal

    Configure the maximum number of HTTP header fields. Default: 100

  2. managerMaxNumberHeaders :: ManagerSettings -> Maybe MaxNumberHeaders

    http-client Network.HTTP.Client.Internal

    Configure the maximum number of HTTP header fields. Default: 100

  3. parseStatusHeaders :: Maybe MaxHeaderLength -> Maybe MaxNumberHeaders -> Connection -> Maybe Int -> ([Header] -> IO ()) -> Maybe (IO ()) -> IO StatusHeaders

    http-client Network.HTTP.Client.Internal

    No documentation available.

  4. redactHeaders :: Request -> Set HeaderName

    http-client Network.HTTP.Client.Internal

    List of header values being redacted in case we show Request.

  5. requestHeaders :: Request -> RequestHeaders

    http-client Network.HTTP.Client.Internal

    Custom HTTP request headers The Content-Length and Transfer-Encoding headers are set automatically by this module, and shall not be added to requestHeaders. If not provided by the user, Host will automatically be set based on the host and port fields. Moreover, the Accept-Encoding header is set implicitly to gzip for convenience by default. This behaviour can be overridden if needed, by setting the header explicitly to a different value. In order to omit the Accept-Header altogether, set it to the empty string "". If you need an empty Accept-Header (i.e. requesting the identity encoding), set it to a non-empty white-space string, e.g. " ". See RFC 2616 section 14.3 for details about the semantics of the Accept-Header field. If you request a content-encoding not supported by this module, you will have to decode it yourself (see also the decompress field). Note: Multiple header fields with the same field-name will result in multiple header fields being sent and therefore it's the responsibility of the client code to ensure that the rules from RFC 2616 section 4.2 are honoured. Since 0.1.0

  6. responseHeaders :: Response body -> ResponseHeaders

    http-client Network.HTTP.Client.Internal

    Response headers sent by the server. Since 0.1.0

  7. shouldStripHeaderOnRedirect :: Request -> HeaderName -> Bool

    http-client Network.HTTP.Client.Internal

    Decide whether a header must be stripped from the request when following a redirect. Default: keep all headers intact.

  8. shouldStripHeaderOnRedirectIfOnDifferentHostOnly :: Request -> Bool

    http-client Network.HTTP.Client.Internal

    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)

  9. unMaxHeaderLength :: MaxHeaderLength -> Int

    http-client Network.HTTP.Client.Internal

    No documentation available.

  10. unMaxNumberHeaders :: MaxNumberHeaders -> Int

    http-client Network.HTTP.Client.Internal

    No documentation available.

Page 135 of many | Previous | Next