grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

server/transport: add connection level interceptor, similar to net/http.Server.ConnContext

Open menghanl opened this issue 4 years ago • 1 comments

https://pkg.go.dev/net/http#Server

This issue is derived from PR #4563, for discussion. The purpose is to decide what this interceptor is capable of, and what input (arguments) it needs.

menghanl avatar Aug 18 '21 17:08 menghanl

Note that this is actually a subset of the custom transport feature: #906

menghanl avatar Aug 18 '21 18:08 menghanl