ProcessRequest handles the HTTP request.
(w http.ResponseWriter, r *http.Request)
| 22 | Model() string |
| 23 | // ProcessRequest handles the HTTP request. |
| 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] |
no outgoing calls