diff --git a/api/app.md b/api/app.md index d07bc7da757..1e0af6ba0ce 100644 --- a/api/app.md +++ b/api/app.md @@ -253,6 +253,16 @@ func main() { } ``` +## HandlersCount + +This method returns the amount of registered handlers. + +{%code title="Signature" %} +```go +func (app *App) HandlersCount() uint32 +``` +{% endcode %} + ## Stack This method returns the original router stack