fn write(res: *Response, bytes: []const u8) WriteError!usize

Write bytes to the server. The transfer_encoding request header determines how data will be sent.

Parameters

res: *Response,
bytes: []const u8,