HttpBody.bytes constructor

const HttpBody.bytes(
  1. Uint8List bytes
)

A body of raw bytes.

Implementation

const factory HttpBody.bytes(Uint8List bytes) = HttpBodyBytes._;