Class: Mongrel::HttpHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/mongrel.rb

Overview

You implement your application handler with this. It’s very light giving just the minimum necessary for you to handle a request and shoot back a response. Look at the HttpRequest and HttpResponse objects for how to use them.

Direct Known Subclasses

DirHandler, Error404Handler

Instance Method Summary collapse

Instance Method Details

#process(request, response) ⇒ Object



276
277
# File 'lib/mongrel.rb', line 276

def process(request, response)
end