mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
14 lines
186 B
JavaScript
14 lines
186 B
JavaScript
import http from "stream-http";
|
|
export default http;
|
|
export var {
|
|
//
|
|
request,
|
|
get,
|
|
ClientRequest,
|
|
IncomingMessage,
|
|
Agent,
|
|
globalAgent,
|
|
STATUS_CODES,
|
|
METHODS,
|
|
} = http;
|