DSAzure.TAzureHTTP

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TAzureHTTP = class(TIdHTTP)

C++

class PASCALIMPLEMENTATION TAzureHTTP : public Idhttp::TIdHTTP

Properties

Type Visibility Source Unit Parent
class public
DSAzure.pas
DSAzure.hpp
DSAzure DSAzure

Description

Provides HTTP client functionality.

The TAzureHTTP class provides HTTP client functionality. TAzureHTTP implements methods for sending various HTTP commands (such as DELETE, MERGE, and so on) to return the appropriate response.

See Also