Skip to content

Latest commit

 

History

History

milkman-grpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Milkman GRPC plugin

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

Milkman Grpc

Example of Server streaming

Milkman Grpc Streaming

Client Streaming

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