Method: Puppet::Network::HTTP::Route#post

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

#post(*handlers) ⇒ Object



42
43
44
45
# File 'lib/puppet/network/http/route.rb', line 42

def post(*handlers)
  @method_handlers[:POST] = handlers
  return self
end