Table of Contents

TTMSMCPHTTPServerRequest.URI Property

The requested path, without the query string. Read-only.

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

Syntax

property URI: string;

Remarks

The query string is available separately through TTMSMCPHTTPServerRequest.QueryParams. Compare it without regard to case when the path is matched against a configured endpoint.