Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get
Method
get
django/http/response.py:215–216 ·
view source on GitHub ↗
(self, header, alternate=None)
Source
from the content-addressed store, hash-verified
213
return
self.headers.items()
214
215
def
get(self, header, alternate=None):
216
return
self.headers.get(header, alternate)
217
218
def
set_cookie(
219
self,
Callers
12
__init__
Method · 0.45
_parse
Method · 0.45
parse_boundary_stream
Function · 0.45
reason_phrase
Method · 0.45
charset
Method · 0.45
set_headers
Method · 0.45
accepted_types
Method · 0.45
_set_content_type_params
Method · 0.45
_get_full_path
Method · 0.45
scheme
Method · 0.45
body
Method · 0.45
quality
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected