RequestLine Objects
RequestLine objects are an instance of org.apache.http.RequestLine. They store information about the request line sent in a HTTP request.
Properties
requestLine.uri
URI component of the request line.
requestLine.method
HTTP method of the request.
requestLine.protocolVersion
HTTP version of the request.