1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-12-22 13:51:18 +00:00
nginx-sso/vendor/google.golang.org/grpc/examples/features/metadata/README.md

19 lines
327 B
Markdown
Raw Normal View History

# Metadata example
This example shows how to set and read metadata in RPC headers and trailers.
Please see
[grpc-metadata.md](https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-metadata.md)
for more information.
## Start the server
```
go run server/main.go
```
## Run the client
```
go run client/main.go
```