@hackage http-client-brread-timeout0.1.0.0
Http client with time-limited brRead
Categories
License
MIT
Maintainer
Alexey Radkov <alexey.radkov@gmail.com>
Links
Versions
Installation
Dependencies (4)
- base >=4.8 && <5
- bytestring
- http-client >=0.5.0
- template-haskell >=2.11.0.0 Show all…
Dependents (2)
@hackage/ngx-export-tools-extra, @hackage/ngx-export-healthcheck
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.