• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import http from "./http";
2const handler = {
3    scheme: "https",
4    domainHost: http.domainHost,
5    parse: http.parse,
6    serialize: http.serialize
7};
8export default handler;
9//# sourceMappingURL=https.js.map