Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

HTTPDecode

Decodes URL-encoded string

Declaration

Source position: httpdefs.pp line 758

function HTTPDecode(

  const AStr: string

):string;

Arguments

AStr

  

HTTP encoded string to decode

Function result

Decoded HTTP string

Description

HTTPDecode converts a URL-encoded string back to its original form, replacing percent-encoded characters with their actual values.

See also

HTTPEncode

  

Encodes string for URL transmission


Documentation generated on: Jan 16 2026