gRPC server interceptors for grpc-go.
| interceptor | Description |
|---|---|
| multiinterceptor | Chain multiple UnaryServerInterceptors or StreamServerInterceptors |
| panichandler | Protect a process from aborting by panic and return Internal error as status code |
| zap | Attach zap logger to each request |
| xrequestid | Generate X-Request-Id to each request |
| acceptlang | Parses Accept-Language from metadata |
| instrument | Instrumentation hook |
| requestdump | Dump request/response messages |
- Masahiro Sano(@kazegusuri)
Please read the CLA below carefully before submitting your contribution.
Copyright 2016 Mercari, Inc.
Licensed under the MIT License.