All written bytes.
List<int> get bodyBytes { final combined = <int>[]; for (final chunk in _written) { combined.addAll(chunk); } return combined; }