Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nytimes/gizmo
/ WriteHeader
Method
WriteHeader
server/middleware.go:125–127 ·
view source on GitHub ↗
(h int)
Source
from the content-addressed store, hash-verified
123
}
124
125
func
(w *jsonpResponseWriter) WriteHeader(h int) {
126
w.w.WriteHeader(h)
127
}
128
129
func
(w *jsonpResponseWriter) Write(b []byte) (int, error) {
130
return
w.buf.Write(b)
Callers
15
TestAuthCallback
Function · 0.80
TestAuthenticatorTokenReject
Function · 0.80
TestAuthenticatorTokenSuccess
Function · 0.80
TestAuthCustomExceptions
Function · 0.80
TestAuthHeaderExceptions
Function · 0.80
TestIdentityTokenSource
Function · 0.80
TestCORSHandler
Function · 0.80
TestNoCacheHandler
Function · 0.80
safelyExecuteRequest
Method · 0.80
JSONToHTTP
Function · 0.80
CORSHandler
Function · 0.80
JSONContextToHTTP
Function · 0.80
Calls
no outgoing calls
Tested by
13
TestAuthCallback
Function · 0.64
TestAuthenticatorTokenReject
Function · 0.64
TestAuthenticatorTokenSuccess
Function · 0.64
TestAuthCustomExceptions
Function · 0.64
TestAuthHeaderExceptions
Function · 0.64
TestIdentityTokenSource
Function · 0.64
TestCORSHandler
Function · 0.64
TestNoCacheHandler
Function · 0.64
TestPublishRaw
Function · 0.64
TestPublish
Function · 0.64
TestGCPPublish
Function · 0.64
TestPublishMulti
Function · 0.64