- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for statsCollectedHandler (0.13 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 Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 13 15:25:16 UTC 2024 - 23.1K bytes - Viewed (0)