MCPcopy
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
573class QueryDict(MultiValueDict):

Callers 1

genericMethod · 0.80

Calls 2

to_asgi_nameMethod · 0.80
itemsMethod · 0.45

Tested by

no test coverage detected