MCPcopy Index your code
hub / github.com/aws/aws-lambda-go / Header

Method Header

lambdaurl/http_handler.go:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (w *httpResponseWriter) Header() http.Header {
57 if w.header == nil {
58 w.header = http.Header{}
59 }
60 return w.header
61}
62
63func (w *httpResponseWriter) Write(p []byte) (int, error) {
64 w.writeHeader(http.StatusOK, p)

Callers 5

writeHeaderMethod · 0.95
runtimeAPIServerFunction · 0.80
TestClientNextFunction · 0.80
TestWrapFunction · 0.80
helloFunction · 0.80

Calls

no outgoing calls

Tested by 3

runtimeAPIServerFunction · 0.64
TestClientNextFunction · 0.64
TestWrapFunction · 0.64