https://github.com/adonisjs/http-server
AdonisJS HTTP Server along with its Router
https://github.com/adonisjs/http-server
bundled-with-core
Last synced: 2 months ago
JSON representation
AdonisJS HTTP Server along with its Router
- Host: GitHub
- URL: https://github.com/adonisjs/http-server
- Owner: adonisjs
- License: mit
- Created: 2019-05-17T15:23:58.000Z (about 7 years ago)
- Default Branch: 8.x
- Last Pushed: 2026-03-20T14:15:13.000Z (3 months ago)
- Last Synced: 2026-04-02T04:58:50.708Z (3 months ago)
- Topics: bundled-with-core
- Language: TypeScript
- Homepage: https://docs.adonisjs.com/guides/http
- Size: 1.85 MB
- Stars: 128
- Watchers: 7
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @adonisjs/http-server
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
Implementation of HTTP server used by AdonisJS. The package ships with a powerful **Router**, **Middleware pipeline**, helpers to create plain and signed URL for registered routes and much more.
## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/http)
## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).
## License
AdonisJS HTTP server is open-sourced software licensed under the [MIT license](LICENSE.md).
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/http-server/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/http-server/actions/workflows/checks.yml "Github action"
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"
[npm-image]: https://img.shields.io/npm/v/@adonisjs/http-server.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@adonisjs/http-server "npm"
[license-image]: https://img.shields.io/npm/l/@adonisjs/http-server?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"