Netstring

Created: 2021-01-30T17:19:02-06:00

Return to the Index
This card pertains to a resource available on the internet.

A form of network string encoding which include the length of each string.

   

Length: the number of 8-byte blocks in the string; encoded as a plain text number.

Colon: a literal ":"

Payload: `he string itself.

Comma: a literal ","

Example

5:henlo,
7:blobcat,