Closed Majsvaffla closed 5 years ago
Sorry, this took longer time to get to than I expected. It is merged and released in version 0.9.0. Thank you!
Sorry, this took longer time to get to than I expected. It is merged and released in version 0.9.0. Thank you!
Great! No worries :)
Added a keyword argument
request_timeout
to each of the client classes. It's value defaults toNone
.zeep
transport instance it uses unless the value isNone
; then it doesn't pass it on becausezeep
has a default timeout built-in that would otherwise be overridden._post
is introduced on the JSON client. It should be used instead of using the post method on therequests
session directly._post
method which passes it to therequests
session instance.Fixes #20