Icon THTTPPathComponents

Unit: WebSrvr

Inherits From TExternalObject

Available In: Server Applications

The THTTPPathComponents class is used by the TWebServerRequest class for representing the URL path components for an incoming web server request. When a request is sent to the web server, any URL path components in the HTTP request will be available in the TWebServerRequest RequestPathComponents property.

Image