Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ parser
Struct
parser
go/signedexchange/structuredheader/parser.go:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
41
type
parser
struct
{
42
input string
43
}
44
45
func
(p *parser) discardLeadingOWS() {
46
p.input = strings.TrimLeft(p.input,
" \t"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected