fn writeAll(c: *Client, stream: anytype, bytes: []const u8) !void

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

Parameters

c: *Client,
stream: anytype,
bytes: []const u8,