Skip to main content
Module

x/socket_fetch/mod.ts>Client#fetch

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

Parameters

input: string | Request | URL
optional
opts: RequestInit