Defines the request handler interface, which is called upon to handle an incoming HTTP request.
Invoked to handle an incoming HTTP request. Implementations should read information from the request, and write to the response.
Gets a request handler that invokes the given function.
Gets a request handler that invokes the given delegate.
Defines the request handler interface, which is called upon to handle an incoming HTTP request.