-
-
Notifications
You must be signed in to change notification settings - Fork 784
Open
Labels
enhancementNew feature or request.New feature or request.
Description
What is the feature you are proposing?
Certain frameworks (eg: fastify) provide response validation for success or error payloads.
Is there support for such feature in hono? If not, is it something planned?
Context
Apart from obvious advantages like schema-first approach, this feature would greatly help securing API internals.
For example, when you have multiple unique IDs for DB records and you want to make sure that only external_id
IDs are ever returned without accidentally leaking internal_id
IDs.
marceloverdijk, krgb, kvet, KaelWD, samjbobb and 15 moreshivekkhurana, lin72h and bestickley
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request.New feature or request.