THttpEngine.Send Method
Sends the specified request and returns the response.
Remarks
Raises EHttpEngineException when the request URI is invalid or not specified. The caller is responsible for freeing the returned response.
Syntax
Unit: Sparkle.Http.Engine
function THttpEngine.Send(Request: THttpRequest): THttpResponse;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Request | THttpRequest | The request to send. |
Returns
The THttpResponse received from the server.