MCPcopy
hub / github.com/grpc/grpc-go / HeaderWireLength

Method HeaderWireLength

internal/transport/server_stream.go:148–150  ·  view source on GitHub ↗

HeaderWireLength returns the size of the headers of the stream as received from the wire.

()

Source from the content-addressed store, hash-verified

146// HeaderWireLength returns the size of the headers of the stream as received
147// from the wire.
148func (s *ServerStream) HeaderWireLength() int {
149 return s.headerWireLength
150}
151
152// SetHeader sets the header metadata. This can be called multiple times.
153// This should not be called in parallel to other data writes.

Callers 1

handleStreamMethod · 0.80

Implementers 1

serverStreamstream.go

Calls

no outgoing calls

Tested by

no test coverage detected