fn finish(req: *Request) FinishError!void
[src]
Finish the body of a request. This notifies the server that you have no more data to send.
fn finish(req: *Request) FinishError!void
Finish the body of a request. This notifies the server that you have no more data to send.