File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/pages/send-requests/grpc Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
export default {
2
2
"overview" : "Overview" ,
3
- "grpc-request" : "gRPC Request" ,
4
- "grpc-proto" : "gRPC Proto" ,
5
- "grpc-streams" : "gRPC Streams"
3
+ "grpc-request" : "Create Request" ,
4
+ "grpc-proto" : "Proto Files " ,
5
+ "grpc-streams" : "Streams"
6
6
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ gRPC streaming allows you to send and receive multiple messages over a single co
25
25
You have two options to add message schema:
26
26
27
27
** Option A: Auto-Generate Messages**
28
- - Bruno can auto-generate message templates based on server reflection
28
+ - Bruno can auto-generate message templates based on server reflection (Click the ** Auto Fill ** 🔄 button)
29
29
- This works when your gRPC server has reflection enabled
30
30
31
31
** Option B: Add Proto Files**
@@ -51,7 +51,7 @@ Once the stream is active:
51
51
52
52
### Step 5: End Stream and View Timeline
53
53
54
- 1 . ** End Message Stream** : Click the right icon (end stream button) to stop sending messages
54
+ 1 . ** End Message Stream** : Click the ✓ icon (end stream button) to stop sending messages
55
55
2 . ** Complete Request** : End the entire streaming session
56
56
3 . ** View Response Timeline** : See the complete conversation timeline with timestamps
57
57
You can’t perform that action at this time.
0 commit comments