Creates an HTTP response instance
Source position: httpdefs.pp line 604
public constructor TResponse.Create( |
ARequest: TRequest |
); overload; |
ARequest |
|
HTTP request associated with this response |
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.