Add support for some "forwarded" headers, included several new attributes and a reworking of some of the existing code to better facilitate sharing and performance. Also clean up a couple tiny nits in the docstrings for the sake of consistency.
21 lines
470 B
ReStructuredText
21 lines
470 B
ReStructuredText
Changelog for Falcon 1.3.0
|
|
==========================
|
|
|
|
Breaking Changes
|
|
----------------
|
|
|
|
(None)
|
|
|
|
New & Improved
|
|
--------------
|
|
|
|
- A number of attributes were added to :class:`falcon.Request` to
|
|
expose information added by proxies in front of the application
|
|
server. These include the `forwarded`, `forwarded_uri`,
|
|
`forwarded_scheme`, `forwarded_host`, and `forwarded_prefix`
|
|
attribute. The `prefix` attribute was also added as part of this
|
|
work.
|
|
|
|
Fixed
|
|
-----
|