-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation: Request object API documentation refers to "trusted_hosts" - not clear #2987
Comments
weird. It is link in werkzeug: http://werkzeug.pocoo.org/docs/0.14/wrappers/#werkzeug.wrappers.BaseRequest.host |
Related to pallets/pallets-sphinx-themes#60. I don't think there's much we can do about this, unless there's something we can adjust with Sphinx's intersphinx extension. |
Could it just be a plain old hyperlink in rst ?
…On Sat, 3 Nov 2018, 23:53 David Lord ***@***.*** wrote:
Related to pallets/pallets-sphinx-themes#60 <pallets/pallets-sphinx-themes#60>. I don't
think there's much we can do about this, unless there's something we can
adjust with Sphinx's intersphinx extension.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2987 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAaDazv8Z5-0hDnDDOlbS4u7P4pnI6Ogks5urixsgaJpZM4YMxdP>
.
|
No, because we would have to copy all the docs from Werkzeug to insert that. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
At the flask documentation for the request context/object http://flask.pocoo.org/docs/1.0/api/#incoming-request-data many items in the section say "see also trusted_hosts". For example http://flask.pocoo.org/docs/1.0/api/#flask.Request.host.
This should be a link, or obvious where to follow to understand what this is.
Actual Behavior
There isn't a link, and it's not clear what the see also is referring to (perhaps in werkzeug?)
Environment
http://flask.pocoo.org/docs/1.0/api/#incoming-request-data
The text was updated successfully, but these errors were encountered: