Encodes string for URL transmission
Source position: httpdefs.pp line 759
function HTTPEncode( |
const AStr: string |
):string; |
AStr |
|
String to HTTP encode |
HTTP encoded string
HTTPEncode converts a string to URL-encoded format, replacing special characters with percent-encoded representations suitable for HTTP transmission.
|
Decodes URL-encoded string |