Webiny HTTP Route

Adding custom HTTP routes to the API with <Api.Route> and HttpRouteHandler. Use this skill when the developer wants to expose a custom HTTP endpoint (GET, POST, PUT, etc.) on the API alongside the GraphQL handler, implement a route handler with full DI support, or register a custom HTTP route in webiny.config.tsx.

webiny Updated

File contents

webiny/webiny-js/tree/main/skills/user-skills/api/http-route commit a2c6d814f3

Frequently asked questions

npx skillmds@latest add webiny/webiny-http-route-2