HTTP2 request
Http2 Request is designed to be the simplest way possible to make http & http2 calls. It supports HTTP2 and follows redirects by default.
To be http2 compatible it uses http2-client. To make requests it uses request - expect the API to be identical just with http2 support.
API
The API is identical to that of request as this module just changes the http modules of request - you will actually be using request. The only addition to the API is to disable this module behavior on request basis
const request = ;;
Full API Documentation
To see the full API documentation: request Documentation