We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd8df7 commit a192bd1Copy full SHA for a192bd1
docs/middleware/loadshedding.md
@@ -39,6 +39,7 @@ func New(timeout time.Duration, loadSheddingHandler fiber.Handler, exclude func
39
| `exclude` | `func(fiber.Ctx) bool` | Optional function to exclude specific requests from load-shedding logic. | `nil` |
40
41
## Example Usage
42
+
43
Import the middleware package and integrate it into your Fiber application:
44
45
```go
0 commit comments