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

Method Send

connect.go:148–148  ·  view source on GitHub ↗

Send, RequestHeader, and CloseRequest form the write side of the stream. They are not safe to call concurrently with each other, but may be called concurrently with Receive, ResponseHeader, ResponseTrailer, and CloseResponse.

(any)

Source from the content-addressed store, hash-verified

146 // concurrently with Receive, ResponseHeader, ResponseTrailer, and
147 // CloseResponse.
148 Send(any) error
149 RequestHeader() http.Header
150 CloseRequest() error
151

Callers 15

SendMethod · 0.65
SendMethod · 0.65
SendMethod · 0.65
TestHTTPCallGetBodyFunction · 0.65
NewUnaryHandlerFunction · 0.65
NewClientStreamHandlerFunction · 0.65
MarshalMethod · 0.65
writeMethod · 0.65
BenchmarkConnectFunction · 0.65
writeMethod · 0.65

Implementers 4

grpcClientConnprotocol_grpc.go
connectUnaryClientConnprotocol_connect.go
connectStreamingClientConnprotocol_connect.go

Calls

no outgoing calls