Decodes HTTP URL-encoded strings.
Source position: httpprotocol.pp line 132
function HTTPDecode( |
const AStr: string |
):string; |
AStr |
|
The URL-encoded string to decode. |
The decoded string.
Decodes percent-encoded characters (%XX) and optionally converts plus signs to spaces. The overloaded version without aPlusAsSpaces defaults to treating plus signs as spaces.
|
Encodes strings for HTTP URL transmission. |