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

TResponse.Create

Creates an HTTP response instance

Declaration

Source position: httpdefs.pp line 604

public constructor TResponse.Create(

  ARequest: TRequest

); overload;

Arguments

ARequest

  

HTTP request associated with this response

Description

Create initializes a new HTTP response instance associated with the specified request. This sets up the response structure and links it to the corresponding request.


Documentation generated on: Jan 16 2026