Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
(r Response) String() string {
26
return
fmt.Sprintf(
"{Status: %q, Header: %v, body: %v}"
, r.Status, r.Header, string(r.Body))
27
}
28
29
type
Exchange
struct
{
30
Request
Callers
1
Validate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected