Osztály TRESTClient
Egység
Deklaráció
type TRESTClient = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TRESTClient
Áttekintés
Metódusok
![]() |
function Create: TRESTClient; |
![]() |
function Connect(AURL: string; APort: LongInt; ATimeout: LongInt; AHTTPS: Boolean): Boolean; |
![]() |
function Post(AURI: string; AURLParams: string; AData: string; var AResponse: string): LongInt; |
![]() |
function PostObject(AURI: string; AURLParams: TStringList; AData: TStringList; var AResponse: TStringList): LongInt; |
![]() |
function Get(AURI: string; AURLParams: string; AData: string; var AResponse: string): LongInt; |
![]() |
function GetObject(AURI: string; AURLParams: TStringList; AData: TStringList; var AResponse: TStringList): LongInt; |
![]() |
function Put(AURI: string; AURLParams: string; AData: string; var AResponse: string): LongInt; |
![]() |
function PutObject(AURI: string; AURLParams: TStringList; AData: TStringList; var AResponse: TStringList): LongInt; |
![]() |
function Delete(AURI: string; AURLParams: string; AData: string; var AResponse: string): LongInt; |
![]() |
function DeleteObject(AURI: string; AURLParams: TStringList; AData: TStringList; var AResponse: TStringList): LongInt; |
![]() |
function Request(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; AContentType: string; AData: AnsiString; var AResponse: string): LongInt; |
![]() |
function RequestObject(AMethod: TSQLURIMethod; AURI: string; AURLParams: TStringList; AContentType: string; AData: TStringList; var AResponse: TStringList): LongInt; |
![]() |
function RequestData(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; AContentType: string; AData: AnsiString; var AResponse: AnsiString): LongInt; |
![]() |
function RequestStream(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; AContentType: string; AData: AnsiString; var AResponse: TMemoryStream): LongInt; |
![]() |
function SerializeObject(list: TStringList): string; |
![]() |
function ParseJSON(AJSON: string): TStringList; |
![]() |
procedure Disconnect; |
Tulajdonságok
![]() |
property Headers: TStringList; |
![]() |
property Log: Boolean; |
![]() |
property Timeout: LongInt; |
Megjegyzés
Metódusok
![]() |
function Create: TRESTClient; |
|
This item has no description. | |
![]() |
function Connect(AURL: string; APort: LongInt; ATimeout: LongInt; AHTTPS: Boolean): Boolean; |
|
This item has no description. | |
![]() |
function Post(AURI: string; AURLParams: string; AData: string; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function PostObject(AURI: string; AURLParams: TStringList; AData: TStringList; var AResponse: TStringList): LongInt; |
|
This item has no description. | |
![]() |
function Get(AURI: string; AURLParams: string; AData: string; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function GetObject(AURI: string; AURLParams: TStringList; AData: TStringList; var AResponse: TStringList): LongInt; |
|
This item has no description. | |
![]() |
function Put(AURI: string; AURLParams: string; AData: string; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function PutObject(AURI: string; AURLParams: TStringList; AData: TStringList; var AResponse: TStringList): LongInt; |
|
This item has no description. | |
![]() |
function Delete(AURI: string; AURLParams: string; AData: string; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function DeleteObject(AURI: string; AURLParams: TStringList; AData: TStringList; var AResponse: TStringList): LongInt; |
|
This item has no description. | |
![]() |
function Request(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; AContentType: string; AData: AnsiString; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function RequestObject(AMethod: TSQLURIMethod; AURI: string; AURLParams: TStringList; AContentType: string; AData: TStringList; var AResponse: TStringList): LongInt; |
|
This item has no description. | |
![]() |
function RequestData(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; AContentType: string; AData: AnsiString; var AResponse: AnsiString): LongInt; |
|
This item has no description. | |
![]() |
function RequestStream(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; AContentType: string; AData: AnsiString; var AResponse: TMemoryStream): LongInt; |
|
This item has no description. | |
![]() |
function SerializeObject(list: TStringList): string; |
|
This item has no description. | |
![]() |
function ParseJSON(AJSON: string): TStringList; |
|
This item has no description. | |
![]() |
procedure Disconnect; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Headers: TStringList; |
|
This item has no description. | |
![]() |
property Log: Boolean; |
|
This item has no description. | |
![]() |
property Timeout: LongInt; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
