Table of Contents

THttpEngineFunc Anonymous method

Anonymous method that creates a custom THttpEngine instance.

Remarks

Assign an implementation to THttpEngine.CreateEngineFunc to override the default engine used by THttpEngine.CreateDefault. Returning nil falls back to the platform default engine.

Syntax

Unit: Sparkle.Http.Engine

THttpEngineFunc = reference to function: THttpEngine;