Milkman Grpc Plugin

Grpc Plugin for communication with Grpc Servers.

Grpc Plugin for communication with Grpc Servers.

Features

  • 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

Screenshot

Example of the Grpc plugin

Example of Server streaming

Example of Grpc Streaming

Client Streaming

To send multiple messages, just add multiple json objects to the payload, divided by two new lines.

Last modified July 14, 2022: fixed gifs (77cd125)