Grpc Plugin for communication with Grpc Servers.
- Can work with Server Reflection to query services and retrieve *.proto files
- Given a *.proto file, Server Reflection is not necessary to query a service
- Read/write ASCII headers
- Support Server/client/both streams
To send multiple messages, just add multiple json objects to the payload, divided by two new lines.