Method: HttpHelper.put
- Defined in:
- lib/unit/utils/http_helper.rb
.put(url, body:, headers:) ⇒ Object
18 19 20 |
# File 'lib/unit/utils/http_helper.rb', line 18 def self.put(url, body:, headers:) make_request(Net::HTTP::Put, url, headers, body: body) end |