@connectrpc/validate
v0.2.0
Published
Flexible, efficient request validation for Connect
Downloads
12,938
Readme
@connectrpc/validate
@connectrpc/validate provides a Connect interceptor that
takes the tedium out of data validation. Rather than hand-writing repetitive
documentation and code — verifying that User.email is valid, or that
User.age falls within reasonable bounds — you can instead encode those
constraints into your Protobuf schemas and automatically enforce them at
runtime.
To get started, head over to the docs for an introduction.
