Performs an HTTP HEAD request
Source position: fphttpclient.pp line 347
public class procedure TFPCustomHTTPClient.Head( |
const AURL: string; |
Headers: TStrings |
); |
AURL |
|
The URL to send the HEAD request to |
Headers |
|
Variable to store the response headers |
Performs an HTTP HEAD request to retrieve only the headers for a resource without the body content. Useful for checking resource metadata, existence, or modification dates.
May raise HTTP-related exceptions on connection errors or invalid responses.
|
Performs an HTTP GET request |