MCPcopy Create free account
hub / github.com/dreamsofcode-io/zenstats / wrappedResponseWriter

Struct wrappedResponseWriter

internal/middleware/logging.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type wrappedResponseWriter struct {
10 http.ResponseWriter
11 statusCode int
12}
13
14func (w *wrappedResponseWriter) WriteHeader(statusCode int) {
15 w.statusCode = statusCode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected