Allow non-standard HTTP requests on tornado

This commit is contained in:
Joseph Hall 2015-07-08 14:37:50 -06:00
parent e6251e78eb
commit ee62c75beb

View File

@ -394,6 +394,7 @@ def query(url,
auth_password=password,
body=data,
validate_cert=verify_ssl,
allow_nonstandard_methods=True,
**req_kwargs
)
except tornado.httpclient.HTTPError as exc: