core/homeassistant/components/http
J. Nick Koston bb7e1d4723
Reduce overhead to run headers middleware (#142032)
Instead of having to itererate a dict, update
the headers multidict using a pre-build CIMultiDict
which has an internal fast path
2025-04-02 09:09:39 +02:00
..
__init__.py
auth.py
ban.py
const.py
cors.py
data_validator.py
decorators.py
forwarded.py
headers.py
manifest.json
request_context.py
security_filter.py
static.py
strings.json
view.py
web_runner.py