class UserAgentEchoService
a test service that checks the cert of its peer
Public Instance Methods
an_rpc(_req, call)
click to toggle source
# File src/ruby/spec/user_agent_spec.rb, line 22 def an_rpc(_req, call) EchoMsg.new(msg: call.metadata['user-agent']) end