This patch should reduce the number of tests that will break due to the change to returning lowercased headers from falcon.Response.
6 lines
148 B
Python
6 lines
148 B
Python
# Hoist misc. utils
|
|
from falcon.util.misc import * # NOQA
|
|
from falcon.util import structures
|
|
|
|
CaseInsensitiveDict = structures.CaseInsensitiveDict
|