Method: Rack::Request::Helpers#trace?

Defined in:
lib/rack/request.rb

#trace?Boolean

Checks the HTTP request method (or verb) to see if it was of type TRACE

Returns:

  • (Boolean)


249
# File 'lib/rack/request.rb', line 249

def trace?;   request_method == TRACE   end