Open didrikmunther opened 1 month ago
Adds the ability to read X amount of characters from a ReadChannel. Commonly required in protocols such as JSON-RPC to read the required amount of characters as specified by a Content-Length: X header.
ReadChannel
Content-Length: X
Adds the ability to read X amount of characters from a
ReadChannel
. Commonly required in protocols such as JSON-RPC to read the required amount of characters as specified by aContent-Length: X
header.