Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setForceDownload :: Bool -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download.Verified

    If True, force download even if the file already exists. Useful for download a resource which may change over time.

  2. setHashChecks :: [HashCheck] -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download.Verified

    Set the hash checks to be run when verifying.

  3. setLengthCheck :: Maybe LengthCheck -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download.Verified

    Set the length check to be run when verifying.

  4. setRetryPolicy :: RetryPolicy -> DownloadRequest -> DownloadRequest

    http-download Network.HTTP.Download.Verified

    Set the retry policy to be used when downloading.

  5. setLpsTimeBound :: Maybe Int -> LocalWaiProxySettings -> LocalWaiProxySettings

    http-reverse-proxy Network.HTTP.ReverseProxy

    Allows to specify the maximum time allowed for the conection on per request basis. Default: no timeouts

  6. setLimitForEncoding :: Size -> DynamicTable -> IO ()

    http2 Network.HPACK

    When SETTINGS_HEADER_TABLE_SIZE is received from a peer, its value should be set by this function.

  7. settings :: ClientConfig -> Settings

    http2 Network.HTTP2.Client

    Settings

  8. settingsRateLimit :: Settings -> Int

    http2 Network.HTTP2.Client

    Maximum number of settings frames allowed per second (CVE-2019-9515)

  9. settings :: ClientConfig -> Settings

    http2 Network.HTTP2.Client.Internal

    Settings

  10. settingsRateLimit :: Settings -> Int

    http2 Network.HTTP2.Client.Internal

    Maximum number of settings frames allowed per second (CVE-2019-9515)

Page 718 of many | Previous | Next