interface ResponseBody {
    binary(): Promise<Buffer<ArrayBufferLike>>;
    text(): Promise<string>;
}

Implemented by

Methods

Methods