THttpServerModule.GetRelativeSegments Method
Returns the path segments of a request URI that follow the module base URI segments.
Syntax
Unit: Sparkle.HttpServer.Module
function THttpServerModule.GetRelativeSegments(AUri: TUri): TArray<string>;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AUri | TUri | The request URI to extract the relative segments from. |
Returns
The segments of AUri relative to BaseUri.