We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec66d41 commit 94ffac8Copy full SHA for 94ffac8
README.rst
@@ -91,6 +91,21 @@ is defined as follows:
91
}
92
client = wc.Client(options)
93
94
+Other options for pycurl
95
+
96
+.. code:: python
97
98
+ options = {
99
+ 'recv_speed' : 3000000,
100
+ 'send_speed' : 3000000,
101
+ 'verbose' :True
102
+ }
103
104
+| *recv_speed: rate limit data download speed in Bytes per second. Defaults to unlimited speed.*
105
+| *send_speed: rate limit data upload speed in Bytes per second. Defaults to unlimited speed.*
106
+| *verbose: set verbose mode on/off.*
107
+|
108
109
**Synchronous methods**
110
111
.. code:: python
0 commit comments