Table of Contents

THttpHeaders.RawWideHeaders Property

Gets or sets all headers as a single raw block of CRLF-separated name:value lines.

Remarks

Reading returns the headers formatted as a raw HTTP header block ending with an empty line. Setting clears the current headers and parses the given block, honoring multi-line (folded) headers.

Syntax

Unit: Sparkle.Http.Headers

property THttpHeaders.RawWideHeaders: string

See also