chickadee » mongrel2 » handler-start

handler-start #!optional handlerprocedure

Starts the handler mainloop. handler is a thunk which is called for each incoming request with the above paramters set accordingly. It is expected to send a response to current-request. See send-response and send-http-response on how to do that.