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

Struct connectStreamingClientConn

protocol_connect.go:569–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569type connectStreamingClientConn struct {
570 spec Spec
571 peer Peer
572 duplexCall *duplexHTTPCall
573 compressionPools readOnlyCompressionPools
574 bufferPool *bufferPool
575 codec Codec
576 marshaler connectStreamingMarshaler
577 unmarshaler connectStreamingUnmarshaler
578 responseHeader http.Header
579 responseTrailer http.Header
580}
581
582func (cc *connectStreamingClientConn) Spec() Spec {
583 return cc.spec

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected