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.

14 lines 316 B
{ "compilerOptions": { "target": "ES2018", "module": "CommonJS", "lib": ["ES2018"], "declaration": true, "outDir": "./dist", "strict": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true }, "include": ["src"], "exclude": ["node_modules", "**/*.test.ts"] }