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

THTTPHeader.Connection

Connection header field value

Declaration

Source position: httpdefs.pp line 414

public property THTTPHeader.Connection : string
  index Ord(hhConnection)
  read GetHeaderValue
  write SetHeaderValue;

Description

Connection contains the Connection header field value, which specifies connection options for the current connection. Common values include 'keep-alive' and 'close'.


Documentation generated on: Jan 16 2026