Ensures path ends with forward slash
Source position: httpdefs.pp line 760
function IncludeHTTPPathDelimiter( |
const AStr: string |
):string; |
AStr |
|
HTTP path string to add delimiter to |
Path string with trailing slash delimiter
IncludeHTTPPathDelimiter appends a forward slash ('/') to the end of a path string if it doesn't already end with one, ensuring proper HTTP path formatting.