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

Implemented by

Methods

Methods