Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 357 Bytes

File metadata and controls

18 lines (13 loc) · 357 Bytes

Metadata interceptor example

This example shows how to update metadata from unary and streaming interceptors on the server. Please see grpc-metadata.md for more information.

Start the server

go run server/main.go

Run the client

go run client/main.go