Fork me on GitHub
#aleph
<
2020-03-02
>
sofra02:03:27

Hi all, when using the Aleph http client there are a few different timeout options. the last two are the ones I am curious about

`request-timeout` | timeout in milliseconds for the arrival of a response over the established connection
`read-timeout` | timeout in milliseconds for the response to be completed
is request-timeout then the full time for request to response and the read-time the time taken to process the response once it has come back?