Creates a new HTTP client instance
Source position: fphttpclient.pp line 254
public constructor TFPCustomHTTPClient.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
The component that will own this HTTP client |
Creates a new HTTP client instance and initializes default settings for timeouts, HTTP version, and other configuration options.
|
Destroys the HTTP client instance |