- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for statsCollectedHandler (0.07 sec)
-
cmd/api-router.go
throttledHandler = maxClients(throttledHandler) } // Collect API stats using the API name got from reflection in // `getHandlerName`. statsCollectedHandler := collectAPIStats(handlerName, throttledHandler) // Call the final handler. statsCollectedHandler(w, r) } return handler } // registerAPIRouter - registers S3 compatible APIs. func registerAPIRouter(router *mux.Router) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Oct 24 04:05:19 UTC 2025 - 23.3K bytes - Viewed (0)