1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-12-26 02:40:10 +00:00

Update README.md

This commit is contained in:
Muhammad Auliya 2019-04-05 10:49:42 +07:00 committed by GitHub
parent 524536b006
commit 643567e5af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ turn [gRPCurl](https://github.com/fullstorydev/grpcurl) into web based UI, extre
## Features ## Features
- Recognize and provide list of services and methods inside it as an options. - Recognize and provide list of services and methods inside it as an options.
- Automatically recognize schema input and compose it into JSON based. (ensure your gRPC server supports [server reflection](https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto)) - Automatically recognize schema input and compose it into JSON based. (ensure your gRPC server supports [server reflection](https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto)). Examples for how to set up server reflection can be found [here](https://github.com/grpc/grpc/blob/master/doc/server-reflection.md#known-implementations).
- Save established connection, and reuse it for next invoke/request (also can close/restart connection) - Save established connection, and reuse it for next invoke/request (also can close/restart connection)
## Installation ## Installation