gRPC Request
Bruno provides comprehensive support for gRPC requests, enabling you to test and interact with gRPC services.
Creating a gRPC Request
Step 1: Enable gRPC Support
First, you need to enable gRPC support in Bruno’s beta features:
- Go to Settings > Beta
- Check the Enable checkbox for gRPC support
Step 2: Create a gRPC Request
- Open collection context menu and select New Request from dropdown.
- Select gRPC as your request type.
- Enter the service endpoint in the URL field.
Step 3: Configure the Request
- Choose the method you want to call from the dropdown
- Add any required parameters in the message section
Step 4: Send the Request
Click the Send button to execute your gRPC request.
Step 5: Add Proto Files (Optional)
For better IntelliSense and method discovery, you can add your .proto
files: