grpc-go/examples/features/metadata
Michael Le 8988da6e70 examples: add examples regression test script (#3118) 2019-10-31 13:11:53 -07:00
..
client examples: add examples regression test script (#3118) 2019-10-31 13:11:53 -07:00
server examples: add Unimplemented___Server to all example servers (#3071) 2019-10-04 10:54:09 -07:00
README.md examples: metadata (#2500) 2018-12-13 14:45:14 -08:00

README.md

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