TTMSMCPHTTPServerRequest.Headers Property
The headers that arrived with the request.
API unit family: TMS.MCP.HTTPServer
Declaring type: TTMSMCPHTTPServerRequest
Type: TTMSMCPHTTPServerHeaders
Syntax
property Headers: TTMSMCPHTTPServerHeaders;
Remarks
Read a value with TTMSMCPHTTPServerHeaders.Get and test for one with TTMSMCPHTTPServerHeaders.Exists. Although the property can be written, doing so replaces the collection without freeing the one already there and hands ownership questions to the caller; change the contents through the collection instead of replacing it.