MCPcopy
hub / github.com/esm-dev/esm.sh / Header

Method Header

web/utils.go:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (w *dummyResponseWriter) Header() http.Header {
60 if w.header == nil {
61 w.header = make(http.Header)
62 }
63 return w.header
64}
65
66func (w *dummyResponseWriter) WriteHeader(statusCode int) {
67}

Callers 10

StartFunction · 0.80
corsFunction · 0.80
esmRouterFunction · 0.80
legacyESMFunction · 0.80
ServeHTTPMethod · 0.80
ServeHtmlMethod · 0.80
ServeModuleMethod · 0.80
ServeCSSModuleMethod · 0.80
ServeFrameworkCSSMethod · 0.80
ServeInternalJSMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected