Method: Puppet::Network::HTTP::Route#head

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

#head(*handlers) ⇒ Object



32
33
34
35
# File 'lib/puppet/network/http/route.rb', line 32

def head(*handlers)
  @method_handlers[:HEAD] = handlers
  return self
end