Table of Contents

THttpHeaders.Remove Method

Removes the named header if it exists.

Syntax

Unit: Sparkle.Http.Headers

procedure THttpHeaders.Remove(const HeaderName: string);

Parameters

<-> Parameter Type Description
const HeaderName string The header name to remove (case-insensitive).

See also