Displaying 1 result from an estimated 1 matches for "headersso".
Did you mean:
headers
2008 Jun 30
0
request headersSo the
So the rdoc claims that a rails request object should have a headers
method, right?
http://api.rubyonrails.org/classes/ActionController/AbstractRequest.html
**************
headers()
Provides acccess to the request‘s HTTP headers, for example:
request.headers["Content-Type"] # => "text/plain"
*************
Sounds simple enough. But when running in development mode on the