property
BunFetchRequestInit.unix
unix?: string
Make the request over a Unix socket
const response = await fetch("http://example.com", { unix: "/path/to/socket" });property
Make the request over a Unix socket
const response = await fetch("http://example.com", { unix: "/path/to/socket" });