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

TResponse.FirstHeaderLine

First line of HTTP response headers

Declaration

Source position: httpdefs.pp line 628

public property TResponse.FirstHeaderLine : string
  read GetFirstHeaderLine
  write SetFirstHeaderLine;

Description

FirstHeaderLine contains the status line of the HTTP response. This includes the HTTP version, status code, and reason phrase.


Documentation generated on: Jan 16 2026