Method: HttpHelper.patch
- Defined in:
- lib/unit/utils/http_helper.rb
.patch(url, body:, headers:) ⇒ Object
22 23 24 |
# File 'lib/unit/utils/http_helper.rb', line 22 def self.patch(url, body:, headers:) make_request(Net::HTTP::Patch, url, headers, body: body) end |