mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 14:55:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Send a request with a header and a body:
|
||||
|
||||
`grpcurl -H "{{Authorization: Bearer $token}}" -d {{'{"foo": "bar"}'}} {{grpc.server.com:443}} {{my.custom.server.Service/Method}}`
|
||||
`grpcurl -H "{{Authorization: Bearer $token}}" -d '{{{"foo": "bar"}}}' {{grpc.server.com:443}} {{my.custom.server.Service/Method}}`
|
||||
|
||||
- List all services exposed by a server:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user