RequestLine property (IRequest)
Top  Previous  Next

Property type

A String value.Read-Only

Description

A string value which contains the HTTP request line. The first line of a request message is the request-Line.

The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF. The elements are separated by SP characters. No CR or LF is allowed except

e.g. GET /pub/WWW/TheProject.html HTTP/1.1