This image shows output from a sample servlet that retrieves information from the request object: the HTTP method, request URI, and protocol. It shows the following:

Method: GET

Request URI: /servlet/RequestInfoExample

Protocol: HTTP/1.1

End of description.