Skip to content

RequestLine JS Object

dma edited this page Apr 15, 2013 · 1 revision

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.

Clone this wiki locally