import { RequestResult } from "https://deno.land/x/dax@0.31.1/mod.ts";
Pipes the response body through the provided transform.
Parameters
transform: { writable: WritableStream<Uint8Array>; readable: ReadableStream<T>; }
import { RequestResult } from "https://deno.land/x/dax@0.31.1/mod.ts";
Pipes the response body through the provided transform.