fn read(c: *Client, stream: anytype, buffer: []u8) !usize
Receives TLS-encrypted data from stream, which must conform to StreamInterface.
stream
StreamInterface
c: *Client,
stream: anytype,
buffer: []u8,