bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.39k stars 1.47k forks source link

Add an optional redirect(cache=sec) argument #1370

Open da2x opened 2 years ago

da2x commented 2 years ago

The argument sets an optional Cache-Control header for redirects. Allows for more fined-grained control over client and browser caching for known short- and long-lived redirects. The argument accepts an integer value with the number of seconds to add to the max-age directive. Browser support: universal.