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

Struct grpcHandlerConn

protocol_grpc.go:456–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456type grpcHandlerConn struct {
457 spec Spec
458 peer Peer
459 web bool
460 bufferPool *bufferPool
461 protobuf Codec // for errors
462 marshaler grpcMarshaler
463 responseWriter http.ResponseWriter
464 responseHeader http.Header
465 responseTrailer http.Header
466 wroteToBody bool
467 request *http.Request
468 unmarshaler grpcUnmarshaler
469}
470
471func (hc *grpcHandlerConn) Spec() Spec {
472 return hc.spec

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected