We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.