Table of Contents

THttpEngine.CreateDefault Method

Creates the default HTTP engine for the current platform.

Remarks

If CreateEngineFunc is assigned and returns a non-nil engine, that engine is returned. Otherwise the built-in engine for the current platform is used. Raises EHttpEngineNoDefault when no engine is available.

Syntax

Unit: Sparkle.Http.Engine

class function THttpEngine.CreateDefault: THttpEngine;

See also