aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/http.js
blob: 4bb5b4a0d70197d3c668a7c722bee40e1f9aa39c (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,
  METHIDS,
} = http;