REST.Client.TCustomRESTRequest.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Execute;

C++

void __fastcall Execute();

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest

Description

Executes a specified HTTP request.

The request execution does not raise HTTP protocol exceptions. To verify the response status, check the TCustomRESTResponse.StatusCode property.

See Also