Skip to content

Commit

Permalink
Update app.md
Browse files Browse the repository at this point in the history
Add docs for gofiber/fiber#1672.
  • Loading branch information
efectn committed Dec 29, 2021
1 parent 421b355 commit 081b50f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/app.md
Expand Up @@ -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
Expand Down

0 comments on commit 081b50f

Please sign in to comment.