Method: Rack::Request::Helpers#link?
- Defined in:
- lib/rack/request.rb
#link? ⇒ Boolean
Checks the HTTP request method (or verb) to see if it was of type LINK
237 |
# File 'lib/rack/request.rb', line 237 def link?; request_method == LINK end |