# @opra/http

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![CI Tests][ci-test-image]][ci-test-url]
[![Test Coverage][coveralls-image]][coveralls-url]


## Support
You can report bugs and discuss features on the [GitHub issues](https://github.com/panates/opra/issues) page.

## Node Compatibility
- node >= 20.x


## License
Available under [MIT](LICENSE) license.

[npm-image]: https://img.shields.io/npm/v/@opra/http
[npm-url]: https://npmjs.org/package/@opra/http
[downloads-image]: https://img.shields.io/npm/dm/@opra/http.svg
[downloads-url]: https://npmjs.org/package/@opra/http
[ci-test-image]: https://github.com/panates/opra/actions/workflows/test.yml/badge.svg
[ci-test-url]: https://github.com/panates/opra/actions/workflows/test.yml
[coveralls-image]: https://coveralls.io/repos/github/panates/opra/badge.svg?branch=main
[coveralls-url]: https://coveralls.io/github/panates/opra?branch=main
