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

Method Do

connect.go:326–326  ·  view source on GitHub ↗
(*http.Request)

Source from the content-addressed store, hash-verified

324// standard library's *http.Client implements HTTPClient.
325type HTTPClient interface {
326 Do(*http.Request) (*http.Response, error)
327}
328
329// Spec is a description of a client call or a handler invocation.

Calls

no outgoing calls

Tested by 10

unaryRESTIterationFunction · 0.52
TestHandler_ServeHTTPFunction · 0.52
TestCompressMinBytesFunction · 0.52
TestInvalidHeaderTimeoutFunction · 0.52
TestServerTransportFunction · 0.52
TestMemhttpWithSynctestFunction · 0.52