ian
ian2y ago

Can your HTTP Endpoints support /path/:slug syntax?

And can do I do middleware, etc please?
1 Reply
ian
ianOP2y ago
@sshader has a post on how to use Hono to do routing in convex http endpoints, which will solve most/all of your needs: https://stack.convex.dev/hono-with-convex
Advanced HTTP Endpoints: Convex ❤️ Hono
Adding advanced HTTP Endpoint functionality by extending Convex with Hono.