implement SetTimeout
without touching http.Client.Timeout
#545
Labels
Milestone
SetTimeout
without touching http.Client.Timeout
#545
currently
SetTimeout
just modifyhttp.Client.Timeout
when we create
resty.Client
withNewWithClient
. it do side effect if we use http.Client in other code.maybe we should keep timeout in
resty.Client
, and docontext.WithTimeout
before every request?The text was updated successfully, but these errors were encountered: