Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TRequest.CommandLine

HTTP command line from request

Declaration

Source position: httpdefs.pp line 544

public property TRequest.CommandLine : string
  read FCommandLine;

Description

CommandLine contains the complete HTTP command line from the request. This includes the method, URI, and HTTP version (e.g., 'GET /path HTTP/1.1').


Documentation generated on: Jan 16 2026