MCPcopy Index your code
hub / github.com/coder/coder / ProcessRequest

Method ProcessRequest

aibridge/intercept/interceptor.go:24–24  ·  view source on GitHub ↗

ProcessRequest handles the HTTP request.

(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

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]

Calls

no outgoing calls