MCPcopy
hub / github.com/connectrpc/connect-go / connectStreamingHandlerConn

Struct connectStreamingHandlerConn

protocol_connect.go:778–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778type connectStreamingHandlerConn struct {
779 spec Spec
780 peer Peer
781 request *http.Request
782 responseWriter http.ResponseWriter
783 marshaler connectStreamingMarshaler
784 unmarshaler connectStreamingUnmarshaler
785 responseTrailer http.Header
786}
787
788func (hc *connectStreamingHandlerConn) Spec() Spec {
789 return hc.spec

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected