Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gophish/gophish
/ ServeHTTP
Method
ServeHTTP
controllers/api/server.go:92–94 ·
view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(as *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
93
as.handler.ServeHTTP(w, r)
94
}
Callers
15
TestModifyUser
Function · 0.80
TestUnauthorizedListUsers
Function · 0.80
TestUnauthorizedGetUser
Function · 0.80
TestUnauthorizedSetRole
Function · 0.80
TestModifyWithExistingUsername
Function · 0.80
TestEnforceViewOnly
Function · 0.80
TestRequirePermission
Function · 0.80
TestRequireAPIKey
Function · 0.80
TestCORSHeaders
Function · 0.80
TestInvalidAPIKey
Function · 0.80
TestBearerToken
Function · 0.80
TestPasswordResetRequired
Function · 0.80
Calls
no outgoing calls
Tested by
14
TestModifyUser
Function · 0.64
TestUnauthorizedListUsers
Function · 0.64
TestUnauthorizedGetUser
Function · 0.64
TestUnauthorizedSetRole
Function · 0.64
TestModifyWithExistingUsername
Function · 0.64
TestEnforceViewOnly
Function · 0.64
TestRequirePermission
Function · 0.64
TestRequireAPIKey
Function · 0.64
TestCORSHeaders
Function · 0.64
TestInvalidAPIKey
Function · 0.64
TestBearerToken
Function · 0.64
TestPasswordResetRequired
Function · 0.64