Skip to content

Expose Additional Tornado Options

Compare
Choose a tag to compare
@bkorty bkorty released this 07 Aug 18:34
· 135 commits to master since this release

Release 1.0.5 exposes two additional options on Tornado AsyncHTTPClient requests to uses of the mixin:

  1. The allow_nonstandard_methods option is exposed when making requests so that the mixin can be used to invoke calls to APIs that don't strictly adhere to the HTTP spec.
  2. The AsyncHTTPClient.max_clients configuration setting can now be optionally set by means of the HTTP_MAX_CLIENTS environment variable.