Skip to content

Commit

Permalink
doc: http_request_kwargs: link to Tornado HTTPRequest doc
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed May 18, 2023
1 parent 921824c commit 430b814
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion oauthenticator/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,11 @@ def _validate_server_cert_default(self):
For example, to use a HTTP proxy for all requests:
`c.OAuthenticator.http_request_kwargs = {"proxy_host": "proxy.example.com", "proxy_port": 8080}`
}
See the `tornado.httpclient.HTTPRequest` documentation for all options and limitations:
https://www.tornadoweb.org/en/stable/httpclient.html#tornado.httpclient.HTTPRequest
Note that some of these are dependent on the httpclient implementation.
""",
config=True,
)
Expand Down

0 comments on commit 430b814

Please sign in to comment.