Class | Mongrel::HttpHandler |
In: |
lib/mongrel.rb
|
Parent: | Object |
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.