Skip to content

Instantly share code, notes, and snippets.

@tfrench
Last active February 27, 2018 10:06
Show Gist options
  • Save tfrench/c7e0df792b2c3340ca0e998be007ca22 to your computer and use it in GitHub Desktop.
Save tfrench/c7e0df792b2c3340ca0e998be007ca22 to your computer and use it in GitHub Desktop.
gRPC call metadata - client side
stub = service_pb2_grpc.ServerStub(channel)
stub.Foo(service_pb2.Empty(), metadata=[('foo', 'bar')])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment