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

Method Streaming

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

Specifies whether an interceptor handles streaming or not.

()

Source from the content-addressed store, hash-verified

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.

Calls

no outgoing calls