sudorandom / fauxrpc

Easily start a fake gRPC/gRPC-Web/Connect/REST server from protobufs
https://fauxrpc.com
MIT License
75 stars 0 forks source link

Protovalidate Requests #13

Closed sudorandom closed 1 week ago

sudorandom commented 1 week ago

One part of the UX of using fauxrpc as a testbed for protobuf files is adding protovalidate rules. It would be incredibly useful if the fake server actually parsed the request message and validated that it conforms to any protovalidate constraints. I don't think there's too much work to do here to enable this.

sudorandom commented 1 week ago

This has been completed as part of v0.1.0