UNPKG

axios-http2-adapter

Version:

`axios-http2-adapter` is a custom adapter designed to fill a gap in the current Axios ecosystem. Despite widespread demand, as evidenced by [axios issue #1175](https://github.com/axios/axios/issues/1175), Axios has yet to implement native HTTP/2 support.

6 lines (5 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createHTTP2Adapter = void 0; var adapter_1 = require("./adapter"); Object.defineProperty(exports, "createHTTP2Adapter", { enumerable: true, get: function () { return adapter_1.createHTTP2Adapter; } });