MCPcopy
hub / github.com/grafana/dskit / Handle

Method Handle

httpgrpc/httpgrpc.pb.go:407–407  ·  view source on GitHub ↗
(ctx context.Context, in *HTTPRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

405// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
406type HTTPClient interface {
407 Handle(ctx context.Context, in *HTTPRequest, opts ...grpc.CallOption) (*HTTPResponse, error)
408}
409
410type hTTPClient struct {

Implementers 3

hTTPClienthttpgrpc/httpgrpc.pb.go
UnimplementedHTTPServerhttpgrpc/httpgrpc.pb.go
Serverhttpgrpc/server/server.go

Calls

no outgoing calls