Method: Puppet::HTTP::ExternalClient#put
- Defined in:
- lib/puppet/http/external_client.rb
#put(url, headers: {}, params: {}, options: {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
82 83 84 |
# File 'lib/puppet/http/external_client.rb', line 82 def put(url, headers: {}, params: {}, options: {}) raise NotImplementedError end |