bottlepy / bottle

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

refactor HeaderDict.filter() #1291

Open SergBobrovsky opened 3 years ago

SergBobrovsky commented 3 years ago

By the way, HeaderDict.filter() seems not used in bottle.py filter is a strange name for this method, something like drop_keys would be more correct