Method: HTTPClient#proppatch
- Defined in:
- lib/httpclient.rb
#proppatch(uri, *args, &block) ⇒ Object
Sends PROPPATCH request to the specified URL. See request for arguments.
690 691 692 |
# File 'lib/httpclient.rb', line 690 def proppatch(uri, *args, &block) request(:proppatch, uri, argument_to_hash(args, :body, :header), &block) end |