bun-server-controller
Installation
SKILL.md
Bun Server Controllers and Routing
Basic Controller
import {
Controller,
GET,
POST,
PUT,
DELETE,
PATCH,
Body,
Query,
Param,
Header,
Ctx,
} from "@dangao/bun-server";
import {
Controller,
GET,
POST,
PUT,
DELETE,
PATCH,
Body,
Query,
Param,
Header,
Ctx,
} from "@dangao/bun-server";