Performs an HTTP POST request
Source position: fphttpclient.pp line 293
public procedure TFPCustomHTTPClient.Post( |
const URL: string; |
const Response: TStream |
); |
const URL: string; |
Response: TStrings |
); |
const URL: string; |
const LocalFileName: string |
); |
const URL: string |
URL |
|
The URL to post to |
Response |
|
Variable to store the response content as string |
URL |
|
The URL to post to |
Response |
|
Variable to store the response content as string |
URL |
|
The URL to post to |
LocalFileName |
|
Local filename to save the response to |
URL |
|
The URL to post to |
The response content as string
Performs an HTTP POST request to send data to the specified URL. The request body is taken from the RequestBody property.
May raise HTTP-related exceptions on connection errors or invalid responses.
|
Performs an HTTP GET request |
|
|
Performs an HTTP POST request with form data |