Structs
The following structs are available globally.
-
Netstring
reads and writes netstrings. A netstring is a self-delimiting encoding of a string of bytes that declares its length at its beginning.The predeclared length makes it easy to limit the the size of accepted data and to find the end of message without imposing escaping on the sender.
See moreDeclaration
Swift
public struct Netstring