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 d65d2cc commit 3d2204dCopy full SHA for 3d2204d
browsermobproxy/client.py
@@ -225,8 +225,8 @@ def limits(self, options):
225
Limit the bandwidth through the proxy.
226
227
:param dict options: A dictionary with all the details you want to set.
228
- downstreamKbps - Sets the downstream kbps
229
- upstreamKbps - Sets the upstream kbps
+ downstream_kbps - Sets the downstream kbps
+ upstream_kbps - Sets the upstream kbps
230
latency - Add the given latency to each HTTP request
231
"""
232
params = {}
0 commit comments