MCPcopy Create free account
hub / github.com/imroc/req / buildCommonHeaderMapsOnce

Function buildCommonHeaderMapsOnce

internal/http2/headermap.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17)
18
19func buildCommonHeaderMapsOnce() {
20 commonBuildOnce.Do(buildCommonHeaderMaps)
21}
22
23func buildCommonHeaderMaps() {
24 common := []string{

Callers 2

lowerHeaderFunction · 0.85
canonicalHeaderFunction · 0.85

Calls 1

DoMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…