Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ head
Method
head
rest_framework/decorators.py:282–283 ·
view source on GitHub ↗
(self, func)
Source
from the content-addressed store, hash-verified
280
return
self._map(
'delete'
, func)
281
282
def
head(self, func):
283
return
self._map(
'head'
, func)
284
285
def
options(self, func):
286
return
self._map(
'options'
, func)
Callers
8
test_head_root_view
Method · 0.80
test_head_method_serializes_no_content
Method · 0.80
test_head_method_serializes_no_content
Method · 0.80
test_head_caching
Method · 0.80
test_head_request_against_viewset
Method · 0.80
test_viewset_action_attr
Method · 0.80
test_viewset_action_attr_for_extra_action
Method · 0.80
test_standard_behaviour_determines_no_content_HEAD
Method · 0.80
Calls
1
_map
Method · 0.95
Tested by
8
test_head_root_view
Method · 0.64
test_head_method_serializes_no_content
Method · 0.64
test_head_method_serializes_no_content
Method · 0.64
test_head_caching
Method · 0.64
test_head_request_against_viewset
Method · 0.64
test_viewset_action_attr
Method · 0.64
test_viewset_action_attr_for_extra_action
Method · 0.64
test_standard_behaviour_determines_no_content_HEAD
Method · 0.64