Module
Rack::Response::Helpers
In:
lib/rack/response.rb
Methods
accepted?
bad_request?
client_error?
content_length
content_type
created?
forbidden?
i_m_a_teapot?
include?
informational?
invalid?
location
method_not_allowed?
not_found?
ok?
redirect?
redirection?
server_error?
successful?
unauthorized?
unprocessable?
Attributes
headers
[R]
Headers
original_headers
[R]
Headers
Public Instance methods
accepted?
()
bad_request?
()
client_error?
()
content_length
()
content_type
()
created?
()
forbidden?
()
i_m_a_teapot?
()
include?
(header)
informational?
()
invalid?
()
location
()
method_not_allowed?
()
not_found?
()
ok?
()
redirect?
()
redirection?
()
server_error?
()
successful?
()
unauthorized?
()
unprocessable?
()
[Validate]