fn writeAll(c: *Client, stream: anytype, bytes: []const u8) !void
Sends TLS-encrypted data to stream, which must conform to StreamInterface.
stream
StreamInterface
c: *Client,
stream: anytype,
bytes: []const u8,