headers()
Instance Public methods
Provides access to the request's HTTP headers, for example:
request.headers["Content-Type"] # => "text/plain"
Provides access to the request's HTTP headers, for example:
request.headers["Content-Type"] # => "text/plain"
Please login to continue.