Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/discourse/discourse-auth-proxy
/ Write
Method
Write
logging.go:41–43 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(w *loggableResponseWriter) Write(b []byte) (int, error) {
42
return
w.next.Write(b)
43
}
44
45
func
(w *loggableResponseWriter) WriteHeader(statusCode int) {
46
w.StatusCode = statusCode
Callers
1
computeHMAC
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected