Method: Puppet::Network::HTTP::Route#get
- Defined in:
- lib/puppet/network/http/route.rb
#get(*handlers) ⇒ Object
27 28 29 30 |
# File 'lib/puppet/network/http/route.rb', line 27 def get(*handlers) @method_handlers[:GET] = handlers return self end |