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 WSGIHeaderDict._ekey() #1283

Closed SergBobrovsky closed 3 years ago

SergBobrovsky commented 3 years ago

a little shorter

defnull commented 3 years ago

But also less readable. Single-line if-then-else should be used sparely.