method NativeRequest.prototype.getBodyimport { NativeRequest } from "https://deno.land/x/oak@v14.1.1/mod.ts"; getBody(): ReadableStream<Uint8Array> | nullReturnsReadableStream<Uint8Array> | null