Updating deprecated docstring Client() class (#3426)
This commit is contained in:
parent
80960fa319
commit
15e21e9ea3
@ -620,8 +620,6 @@ class Client(BaseClient):
|
|||||||
* **http2** - *(optional)* A boolean indicating if HTTP/2 support should be
|
* **http2** - *(optional)* A boolean indicating if HTTP/2 support should be
|
||||||
enabled. Defaults to `False`.
|
enabled. Defaults to `False`.
|
||||||
* **proxy** - *(optional)* A proxy URL where all the traffic should be routed.
|
* **proxy** - *(optional)* A proxy URL where all the traffic should be routed.
|
||||||
* **proxies** - *(optional)* A dictionary mapping proxy keys to proxy
|
|
||||||
URLs.
|
|
||||||
* **timeout** - *(optional)* The timeout configuration to use when sending
|
* **timeout** - *(optional)* The timeout configuration to use when sending
|
||||||
requests.
|
requests.
|
||||||
* **limits** - *(optional)* The limits configuration to use.
|
* **limits** - *(optional)* The limits configuration to use.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user