mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 07:04:10 +00:00
19 lines
164 B
Plaintext
19 lines
164 B
Plaintext
meta {
|
|
name: sayHello
|
|
type: grpc
|
|
seq: 1
|
|
}
|
|
|
|
grpc {
|
|
url: {{host}}
|
|
body: grpc
|
|
auth: inherit
|
|
}
|
|
|
|
body:grpc {
|
|
name: message 1
|
|
content: '''
|
|
{}
|
|
'''
|
|
}
|