Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPRequestInfo.RawHTTPCommand
Text data containing the HTTP Command received in an HTTP request.

property RawHTTPCommand: string;
Description
RawHTTPCommand is a read-only String property that represents the raw textual data for a command read from the HTTP client connection. RawHTTPCommand is updated when the threaded client connection is executed, and contains values that are examined to set properties for the TIdHTTPRequestInfo instance like Command, Params, and Document.