MCPcopy
hub / github.com/django/django / to_wsgi_names

Method to_wsgi_names

django/http/request.py:559–563  ·  view source on GitHub ↗
(cls, headers)

Source from the content-addressed store, hash-verified

557
558 @classmethod
559 def to_wsgi_names(cls, headers):
560 return {
561 cls.to_wsgi_name(header_name): value
562 for header_name, value in headers.items()
563 }
564
565 @classmethod
566 def to_asgi_names(cls, headers):

Callers 2

__init__Method · 0.80
genericMethod · 0.80

Calls 2

to_wsgi_nameMethod · 0.80
itemsMethod · 0.45

Tested by

no test coverage detected