Method: Puppet::Network::HTTP::Route#options

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

#options(*handlers) ⇒ Object



39
40
41
42
# File 'lib/puppet/network/http/route.rb', line 39

def options(*handlers)
  @method_handlers[:OPTIONS] = handlers
  self
end