MCPcopy
hub / github.com/keploy/keploy / Name

Method Name

pkg/http2.go:53–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51type passthroughCodec struct{}
52
53func (passthroughCodec) Name() string { return "proto" } // server already knows this one
54func (passthroughCodec) Marshal(v interface{}) ([]byte, error) {
55 if m, ok := v.(*rawMessage); ok {
56 return m.data, nil // send bytes exactly as we received them

Calls

no outgoing calls