Module: Mongrel

Child modules and classes

Module Mongrel::Const
Class Mongrel::HttpResponse

Public Instance Methods


initialize_with_abort (params, socket, dispatchers)

    # File lib/merb/upload_handler.rb, line 16
16:       def initialize_with_abort(params, socket, dispatchers)
17:         initialize_without_abort(params, socket, dispatchers)
18:         dispatchers.each {|d| d.request_aborted(params) if @body.nil? && d }
19:       end

request_aborted (params)

    # File lib/merb/upload_handler.rb, line 11
11:       def request_aborted(params)
12:       end