Specifies whether an interceptor handles streaming or not.
()
| 24 | ProcessRequest(w http.ResponseWriter, r *http.Request) error |
| 25 | // Specifies whether an interceptor handles streaming or not. |
| 26 | Streaming() bool |
| 27 | // TraceAttributes returns tracing attributes for this [Interceptor] |
| 28 | TraceAttributes(*http.Request) []attribute.KeyValue |
| 29 | // Credential returns the credential metadata for this interception. |
no outgoing calls