Class: VarnishLog::Request

Inherits:
Headers
  • Object
show all
Defined in:
lib/varnishlog/request.rb

Instance Method Summary collapse

Methods inherited from Headers

#add_header, #headers, #method_missing

Constructor Details

#initializeRequest

Assume the powers of Headers.



18
19
20
# File 'lib/varnishlog/request.rb', line 18

def initialize
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Headers