We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2271c commit eab63deCopy full SHA for eab63de
1 file changed
frameioclient/lib/transport.py
@@ -39,7 +39,7 @@ def __init__(self, threads=default_thread_count):
39
total=100,
40
backoff_factor=2,
41
status_forcelist=retryable_statuses,
42
- method_whitelist=["GET", "POST", "PUT", "GET", "DELETE"],
+ allowed_methods=["GET", "POST", "PUT", "GET", "DELETE"],
43
)
44
45
# Create real thread
0 commit comments