AspenWeb / pando.py

Filesystem dispatch + Simplates + Python = a nice web framework.
http://aspen.io/
Other
149 stars 38 forks source link

Request properties #597

Closed Changaco closed 4 years ago

Changaco commented 5 years ago

This branch adds four properties to the Request class: .host, .scheme, .source and .bypasses_proxy. To be able to implement them properly, two new configuration settings are introduced: known_schemes and trusted_proxies.