Skip to content

Commit

Permalink
Merge pull request #614 from manics/http_request_kwargs-doc
Browse files Browse the repository at this point in the history
`http_request_kwargs`: link to Tornado `HTTPRequest` doc
  • Loading branch information
consideRatio committed May 18, 2023
2 parents 921824c + 430b814 commit 79252e7
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 79252e7

Please sign in to comment.