Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ to_asgi_names
Method
to_asgi_names
django/http/request.py:566–570 ·
view source on GitHub ↗
(cls, headers)
Source
from the content-addressed store, hash-verified
564
565
@classmethod
566
def
to_asgi_names(cls, headers):
567
return
{
568
cls.to_asgi_name(header_name): value
569
for
header_name, value in headers.items()
570
}
571
572
573
class
QueryDict(MultiValueDict):
Callers
1
generic
Method · 0.80
Calls
2
to_asgi_name
Method · 0.80
items
Method · 0.45
Tested by
no test coverage detected