Method: Typhoeus::Request::Actions#patch
- Defined in:
- lib/typhoeus/request/actions.rb
#patch(url, options = {}) ⇒ Typhoeus::Request
Note:
See Ethon::Easy#initialize for more options.
Make a patch request.
104 105 106 |
# File 'lib/typhoeus/request/actions.rb', line 104 def patch(url, = {}) Request.new(url, .merge(:method => :patch)).run end |