Skip to main content
Module

x/socket_fetch/client.ts>Client#fetch

Remake of fetch() using Deno sockets, useful for niche usecases such as UNIX domain sockets
method Client.prototype.fetch
import { Client } from "https://deno.land/x/socket_fetch@v0.1/client.ts";

Parameters

input: string | Request | URL
optional
opts: RequestInit