unix

Punix
Bun

Symbol

BunFetchRequestInit.unix

unix?: string

Make the request over a Unix socket

const response = await fetch("http://example.com", { unix: "/path/to/socket" });