Introduction
Laratype HTTP provides a powerful, flexible, and easy-to-use routing system that helps you define endpoints for your application quickly.
To use the routing system, install the @laratype/http package:
sh
$ npm install @laratype/httpsh
$ pnpm add @laratype/httpsh
$ bun add @laratype/http