ClintHeyer.Httpd
Interface IHandler

Handles an incoming request

Method Summary
void Handle(ClintHeyer.Httpd.HttpRequest request, ClintHeyer.Httpd.HttpReply reply)
         Handles a request. Once the handler has finished, it will close the reply.


Method Detail

Handle

public void Handle(ClintHeyer.Httpd.HttpRequest request,
                   ClintHeyer.Httpd.HttpReply reply)

Handles a request. Once the handler has finished, it will close the reply.

Parameters:
request - Request to handle
reply - Reply to use