pub fn bytes(body: impl Into<Bytes>) -> Response
Create a binary response from raw bytes.
No default Content-Type is set; add one via .header() on the inner HttpResponse.
.header()
HttpResponse