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

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

#post(*handlers) ⇒ Object



44
45
46
47
# File 'lib/puppet/network/http/route.rb', line 44

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