packages feed

http-client-brread-timeout-0.1.0.2: http-client-brread-timeout.cabal

name:                   http-client-brread-timeout
version:                0.1.0.2
synopsis:       Http client with time-limited brRead
description:    Http client with timeouts applied in between body read events.
        .
        Note that the response timeout in /http-client/ is applied only when
        receiving the response headers which is not always satisfactory given
        that a slow server may send the rest of the response very slowly.
homepage:               https://github.com/lyokha/http-client-brread-timeout
license:                MIT
license-file:           LICENSE
extra-source-files:     Changelog.md, README.md
author:                 Alexey Radkov <alexey.radkov@gmail.com>
maintainer:             Alexey Radkov <alexey.radkov@gmail.com>
stability:              experimental
copyright:              2022 Alexey Radkov
category:               Network
build-type:             Simple
cabal-version:          1.20

source-repository head
  type:                 git
  location:             https://github.com/lyokha/http-client-brread-timeout

library
  default-language:     Haskell2010
  build-depends:        base >= 4.8 && < 5
                      , http-client >= 0.5.0
                      , bytestring

  exposed-modules:      Network.HTTP.Client.BrReadWithTimeout

  ghc-options:         -Wall