Encodes strings for HTTP URL transmission.
Source position: httpprotocol.pp line 133
function HTTPEncode( |
const AStr: string |
):string; |
AStr |
|
The string to encode. |
The URL-encoded string.
Converts unsafe characters to percent-encoded format (%XX). The overloaded version allows specifying custom unsafe characters and space handling behavior.
|
Decodes HTTP URL-encoded strings. |