aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/http.js
blob: ab56f34ebe5ee2241d60f2197ecaf00cf9158297 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import http from "stream-http";
export default http;
export var {
  //
  request,
  get,
  ClientRequest,
  IncomingMessage,
  Agent,
  globalAgent,
  STATUS_CODES,
  METHODS,
} = http;