System.Net.HttpClient

From RAD Studio API Documentation
Jump to: navigation, search


Package rtl250.bpl

Classes

ENetHTTPCertificateExceptionException related to certificates.
ENetHTTPClientExceptionException related to THTTPClient.
ENetHTTPExceptionException related to the HTTP protocol.
ENetHTTPRequestExceptionException related to THTTPRequest.
ENetHTTPResponseExceptionException related to THTTPResponse.
IHTTPRequestInterface for classes that handle HTTP requests.
IHTTPResponseInterface for HTTPResponse.
TCookieManagerClass to manage HTTP cookies.
TCookiesClass that works as a container for cookies.
THTTPClientClass that implements a TURLClient
THTTPClientHelper
THTTPRequestClass that handles HTTP requests.
THTTPResponseClass that implements an IHTTPResponse.

Types

TCookieRecord type that stores the information related to cookies.
TCookiesArrayArray of cookies.
THTTPProtocolVersion
THTTPRedirectsWithGET
THTTPRedirectWithGET
THTTPSecureProtocol
THTTPSecureProtocols
TReceiveDataCallback
TReceiveDataEventType of event handler for tracking the progress of data download.

Constants

CHTTPDefRedirectsWithGETCHTTPDefRedirectsWithGET: Set = [Post301..Post303,Put303,Delete303];
CHTTPDefSecureProtocolsCHTTPDefSecureProtocols: Set = [];
sHTTPMethodConnectsHTTPMethodConnect: string = CONNECT;
sHTTPMethodDeletesHTTPMethodDelete: string = DELETE;
sHTTPMethodGetsHTTPMethodGet: string = GET;
sHTTPMethodHeadsHTTPMethodHead: string = HEAD;
sHTTPMethodMergesHTTPMethodMerge: string = MERGE;
sHTTPMethodOptionssHTTPMethodOptions: string = OPTIONS;
sHTTPMethodPatchsHTTPMethodPatch: string = PATCH;
sHTTPMethodPostsHTTPMethodPost: string = POST;
sHTTPMethodPutsHTTPMethodPut: string = PUT;
sHTTPMethodTracesHTTPMethodTrace: string = TRACE;