(req *http.Request)
| 333 | } |
| 334 | |
| 335 | func IsLocalhost(req *http.Request) bool { |
| 336 | return httputil.IsLocalhost(req) |
| 337 | } |
| 338 | |
| 339 | // AllowedWithAuth returns whether the given request |
| 340 | // has access to perform all the operations in op |
nothing calls this directly
no test coverage detected