Performs an HTTP OPTIONS request
Source position: fphttpclient.pp line 337
public procedure TFPCustomHTTPClient.Options( |
const URL: string; |
const Response: TStream |
); |
const URL: string; |
Response: TStrings |
); |
const URL: string; |
const LocalFileName: string |
); |
const URL: string |
URL |
|
The URL to send the OPTIONS request to |
Response |
|
Variable to store the response content as string |
URL |
|
The URL to send the OPTIONS request to |
Response |
|
Variable to store the response content as string |
URL |
|
The URL to send the OPTIONS request to |
LocalFileName |
|
Local filename to save the response to |
URL |
|
The URL to send the OPTIONS request to |
The response content as string
Performs an HTTP OPTIONS request to query the supported methods and capabilities of a server or resource.
May raise HTTP-related exceptions on connection errors or invalid responses.
|
Performs an HTTP HEAD request |