There was an error while loading. Please reload this page.
RequestLine objects are an instance of org.apache.http.RequestLine. They store information about the request line sent in a HTTP request.
requestLine.uri
URI component of the request line.
requestLine.method
HTTP method of the request.
requestLine.protocolVersion
HTTP version of the request.