mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
3 lines
143 B
JavaScript
3 lines
143 B
JavaScript
import http from "stream-http";
|
|
export var { request, get, ClientRequest, IncomingMessage, Agent, globalAgent, STATUS_CODES, METHODS } = http;
|