bodyBytes property
The response body exactly as it arrived (unmodifiable).
A handler answering with an image, a PDF, or any other bytes is testable through this; body would have replaced whatever is not valid UTF-8.
Implementation
final List<int> bodyBytes;