Removes trailing forward slash from a URL path.
Source position: httpprotocol.pp line 162
function ExcludeHTTPPathDelimiter( |
const AStr: string |
):string; |
AStr |
|
The path string to process. |
The path string without trailing slash.
Removes the trailing forward slash from a path string if present. Useful for normalizing file paths in URLs.
|
Ensures a URL path ends with a forward slash. |