fn write(req: *Request, bytes: []const u8) WriteError!usize
[src]
Write bytes
to the server. The transfer_encoding
request header determines how data will be sent.
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.