Method: Puppet::Network::HTTP::Route#put

Defined in:
lib/puppet/network/http/route.rb

#put(*handlers) ⇒ Object



49
50
51
52
# File 'lib/puppet/network/http/route.rb', line 49

def put(*handlers)
  @method_handlers[:PUT] = handlers
  self
end