Set of characters that are unsafe for HTTP URLs.
Source position: httpprotocol.pp line 153
type THTTPUnsafeChars = set of THTTPUnsafeChar; |
Set of byte values representing characters that should be percent-encoded in HTTP URLs. Used with HTTPEncode to specify which characters to encode.
|
Type for representing unsafe characters in HTTP encoding. |
|
|
Encodes strings for HTTP URL transmission. |