Table of Contents

TTMSMCPHTTPServerHeaders.RawWideHeaders Property

The whole collection as one block of name: value lines.

API unit family: TMS.MCP.HTTPServer Declaring type: TTMSMCPHTTPServerHeaders Type: string

Syntax

property RawWideHeaders: string;

Remarks

Reading builds a block in which every header is one line ended by a carriage return and line feed, in unspecified order. Writing clears the collection first, then parses the block. Lines ending in either convention are accepted. A line beginning with a space or a tab is treated as the continuation of the header before it and is appended to it after a single space. A line with no colon is skipped. A name that occurs more than once has its values collected under one entry, comma-separated.