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

Struct HTTPResponse

httpgrpc/httpgrpc.pb.go:100–104  ·  httpgrpc/httpgrpc.pb.go::HTTPResponse

Source from the content-addressed store, hash-verified

98}
99
100type HTTPResponse struct {
101 Code int32 `protobuf:"varint,1,opt,name=Code,proto3" json:"Code,omitempty"`
102 Headers []*Header `protobuf:"bytes,2,rep,name=headers,proto3" json:"headers,omitempty"`
103 Body []byte `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
104}
105
106func (m *HTTPResponse) Reset() { *m = HTTPResponse{} }
107func (*HTTPResponse) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected