import { RequestResponse } from "https://deno.land/x/dax@0.39.1/src/request.ts";
Pipes the response body to the provided writable stream.
Parameters
dest: WritableStream<Uint8Array>
x/dax/src/request.ts>RequestResponse#pipeTo
import { RequestResponse } from "https://deno.land/x/dax@0.39.1/src/request.ts";
Pipes the response body to the provided writable stream.