Invoked to handle an incoming HTTP request. Implementations should read information from the request, and write to the response.
The request that was sent by a client.
The response that will be sent back to the client.
Invoked to handle an incoming HTTP request. Implementations should read information from the request, and write to the response.