Method: Rack::MockRequest#patch
- Defined in:
- lib/rack/mock_request.rb
#patch(uri, opts = {}) ⇒ Object
Make a PATCH request and return a MockResponse. See #request.
55 |
# File 'lib/rack/mock_request.rb', line 55 def patch(uri, opts = {}) request(PATCH, uri, opts) end |