fn read(c: *Client, stream: anytype, buffer: []u8) !usize

Receives TLS-encrypted data from stream, which must conform to StreamInterface.

Parameters

c: *Client,
stream: anytype,
buffer: []u8,