Unit 'httpprotocol' Package
[Overview][Constants][Types][Procedures and functions][Index] [#fcl]

THTTPUnsafeChars

Set of characters that are unsafe for HTTP URLs.

Declaration

Source position: httpprotocol.pp line 153

type THTTPUnsafeChars = set of THTTPUnsafeChar;

Description

Set of byte values representing characters that should be percent-encoded in HTTP URLs. Used with HTTPEncode to specify which characters to encode.

See also

THTTPUnsafeChar

  

Type for representing unsafe characters in HTTP encoding.

HTTPEncode

  

Encodes strings for HTTP URL transmission.


Documentation generated on: Dec 15 2025