UNPKG

gohttp

Version:

http & https client for HTTP/1.1 and HTTP/2

15 lines (12 loc) 278 B
'use strict' const goh = require('./gohttp.js') const h2c = require('./hiio.js') const http2proxy = require('./http2proxy.js') module.exports = { HttpClient: goh, HttpClientII: h2c, http2proxy, HttpIIProxy: http2proxy, httpcli : new goh(), http2cli : new h2c(), }