MCPcopy Create free account
hub / github.com/WICG/webpackage / String

Method String

go/bundle/bundle.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (r Response) String() string {
26 return fmt.Sprintf("{Status: %q, Header: %v, body: %v}", r.Status, r.Header, string(r.Body))
27}
28
29type Exchange struct {
30 Request

Callers 1

ValidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected