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