std › http.BodyWriter › StateStateFields of this typeFields#none:none End of connection signals the end of the stream.content_length:u64 As a debugging utility, counts down to zero as bytes are written.chunk_len:usize Each chunk is wrapped in a header and trailer.end:end Cleanly finished stream; connection can be reused.= .{ .chunk_len = 0 }Values#init_chunked= .{ .chunk_len = 0 }