fn write(req: *Request, bytes: []const u8) WriteError!usize

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

Parameters

req: *Request,
bytes: []const u8,