mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
* feat: add user-agent support in gRPC client channel options - Extracted user-agent from request headers and set it as grpc.primary_user_agent channel option. - Updated client instantiation to merge user-agent with existing channel options for enhanced request handling. * test: add unit tests for GrpcClient user-agent handling * test: enhance GrpcClient user-agent tests with edge case handling * test: enhance GrpcClient channelOptions handling with override capability