Type for representing unsafe characters in HTTP encoding.
Source position: httpprotocol.pp line 152
type THTTPUnsafeChar = Byte; |
Byte type used to represent characters that need to be encoded in HTTP URLs.
|
Set of characters that are unsafe for HTTP URLs. |
|
|
Encodes strings for HTTP URL transmission. |