Class Mongrel::HttpResponse
In: lib/merb-core/rack/handler/mongrel.rb
Parent: Object

Methods

Constants

NO_CLOSE_STATUS_FORMAT = "HTTP/1.1 %d %s\r\n".freeze

Public Instance methods

Sends the status to the client without closing the connection.

Parameters

content_length<Fixnum>:The length of the content. Defaults to body length.

[Validate]