Method: Puppet::Network::HTTP::Route#get

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

#get(*handlers) ⇒ Object



29
30
31
32
# File 'lib/puppet/network/http/route.rb', line 29

def get(*handlers)
  @method_handlers[:GET] = handlers
  self
end