function urlToHttpOptionsimport { urlToHttpOptions } from "https://dotland.deno.dev/std@0.177.0/node/url.ts"; urlToHttpOptions(url: URL): HttpOptionsThis utility function converts a URL object into an ordinary options object as expected by the http.request() and https.request() APIs. Parametersurl: URLThe WHATWG URL object to convert to an options object. ReturnsHttpOptionsHttpOptions