Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ WriteHeader
Method
WriteHeader
website/pk-web/logging.go:143–146 ·
view source on GitHub ↗
(status int)
Source
from the content-addressed store, hash-verified
141
}
142
143
func
(lr *logRecord) WriteHeader(status int) {
144
lr.responseStatus = status
145
lr.ResponseWriter.WriteHeader(status)
146
}
Callers
12
BadRequestError
Function · 0.45
ForbiddenError
Function · 0.45
RequestEntityTooLargeError
Function · 0.45
ServeError
Function · 0.45
ReturnJSONCode
Function · 0.45
packBinaries
Function · 0.45
serveHTTP
Method · 0.45
ServeHTTP
Method · 0.45
ServeHTTP
Method · 0.45
serveError
Function · 0.45
checkLastModified
Function · 0.45
errHandler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected