Method: HTTPClient#proppatch_async
- Defined in:
- lib/httpclient.rb
#proppatch_async(uri, *args) ⇒ Object
Sends PROPPATCH request in async style. See request_async2 for arguments. It immediately returns a HTTPClient::Connection instance as a result.
912 913 914 |
# File 'lib/httpclient.rb', line 912 def proppatch_async(uri, *args) request_async2(:proppatch, uri, argument_to_hash(args, :body, :header)) end |