Back to Grpc Go

Metadata example

examples/features/metadata/README.md

1.82.0-dev326 B
Original Source

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