grpctestify 1.8.6

gRPC testing utility written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ENDPOINT ---
auth.AuthService/Login

--- REQUEST ---
{
  "password": "secret",
  "username": "admin"
}

--- RESPONSE ---
{
  "token": "abc123",
  "user_id": 42
}

--- EXTRACT ---