No way to set read timeout for sttp when using simplified API
Closed this issue · 0 comments
gurghet commented
While connection timeout in STTP is a global setting, and thus easily configurable, read timeout is per request, this means there is no way to set it using the simplified API (because the query builder is provided).
It would be cool to add it as an additional optional setting.