1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-12-21 21:31:18 +00:00
nginx-sso/vendor/google.golang.org/grpc/examples/features/metadata/README.md
Knut Ahlers 9b3c895c04
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-22 06:44:07 +02:00

327 B

Metadata example

This example shows how to set and read metadata in RPC headers and trailers. Please see grpc-metadata.md for more information.

Start the server

go run server/main.go

Run the client

go run client/main.go