Performs an HTTP PATCH request
Source position: fphttpclient.pp line 326
public procedure TFPCustomHTTPClient.Patch( |
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 PATCH request to |
Response |
|
Variable to store the response content as string |
URL |
|
The URL to send the PATCH request to |
Response |
|
Variable to store the response content as string |
URL |
|
The URL to send the PATCH request to |
LocalFileName |
|
Local filename to save the response to |
URL |
|
The URL to send the PATCH request to |
The response content as string
Performs an HTTP PATCH request to partially update a resource at 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 PUT request |
|
|
Performs an HTTP POST request |