Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function request_to_options
import { request_to_options } from "https://deno.land/x/masx200_deno_http_middleware@2.2.2/src/request_to_options.ts";

Parameters

unnamed 0: { url: string; headers: HeadersInit; method: string; body: ReadableStream<Uint8Array> | null | undefined; }