Class: Mongrel::HttpRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/pdtp/common/http_server.rb

Instance Method Summary collapse

Constructor Details

#initialize(params, linebuffer, dispatchers) ⇒ HttpRequest

Returns a new instance of HttpRequest.



153
154
155
156
157
# File 'lib/pdtp/common/http_server.rb', line 153

def initialize(params, linebuffer, dispatchers)
  @params = params
  @dispatchers = dispatchers
  @body = linebuffer
end