UNPKG

http2-got

Version:

Simplified HTTP2 / HTTP1 request client.

8 lines (6 loc) 129 B
'use strict'; const {request} = require('http2-client'); const got = require('got'); module.exports = got.extend({ request });