@otterhttp/router
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

@otterhttp/router

npm (scoped) npm

Framework-agnostic HTTP router.

Install

pnpm i @otterhttp/router

Example

import { Router } from '@otterhttp/router'

const router = new Router()

router.get('/', (req, res) => res.send('Hello World'))

console.log(router.middleware)

Package Sidebar

Install

npm i @otterhttp/router

Weekly Downloads

1

Version

3.0.0

License

LGPL-3.0-or-later

Unpacked Size

13.9 kB

Total Files

6

Last publish

Collaborators

  • lordfirespeed