Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfanMomeniii authored and Erfan Momeni committed Jan 4, 2025
1 parent 0fd8df7 commit a192bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/middleware/loadshedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func New(timeout time.Duration, loadSheddingHandler fiber.Handler, exclude func
| `exclude` | `func(fiber.Ctx) bool` | Optional function to exclude specific requests from load-shedding logic. | `nil` |

## Example Usage

Import the middleware package and integrate it into your Fiber application:

```go
Expand Down

0 comments on commit a192bd1

Please sign in to comment.