method
if_none_match=
v2.2.1 -
Show latest stable
- Class:
ActionController::TestRequest
if_none_match=(etag)public
No documentation available.
# File actionpack/lib/action_controller/test_process.rb, line 96
def if_none_match=(etag)
@env["HTTP_IF_NONE_MATCH"] = etag
end