fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.25k stars 388 forks source link

Support `grpc.reflection.v1.ServerReflection` #314

Closed y-yagi closed 7 months ago

y-yagi commented 7 months ago

Currently, grpc.reflection.v1.ServerReflection is shown in the list of Service Name. This PR removes it as well as grpc.reflection.v1alpha.ServerReflection.

Also, change to use v1 protocol if we can use it.