Unit OSM.NetworkRequest.RTL

Uses
Classes, Interfaces, Objects and Records
Types
Variables

Description

Implements blocking HTTP request with HTTP class from RTL.

FPC: fphttpclient.TFPCustomHTTPClient class

Delphi: System.Net.HttpClientComponent.TNetHTTPRequest (since XE8). Older versions must use other engines

(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap

Overview

Functions and Procedures

procedure NetworkRequest(RequestProps: THttpRequestProps; ResponseStm: TStream; var Client: TNetworkClient);

Constants

EngineCapabilities = [htcProxy, htcProxyAuth, htcAuth, htcAuthURL, htcHeaders, htcTimeout] ;

Description

Functions and Procedures

procedure NetworkRequest(RequestProps: THttpRequestProps; ResponseStm: TStream; var Client: TNetworkClient);

Procedure executing a network request. See description of OSM.NetworkRequest.TBlockingNetworkRequestProc type.

Constants

EngineCapabilities = [htcProxy, htcProxyAuth, htcAuth, htcAuthURL, htcHeaders, htcTimeout] ;

Capabilities of RTL engine. Some other options vary for compiler and target OS


Generated by PasDoc 0.16.0.