Skip to content

Commit

Permalink
Merge branch 'main' into fix/ignore-uncacheable-status-codes-in-cache…
Browse files Browse the repository at this point in the history
…-middleware
  • Loading branch information
gaby authored Jan 18, 2025
2 parents 45a7b06 + 156897e commit 00435b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ testConfig := fiber.TestConfig{
- **ViewBind**: Binds data to a view, replacing the old `Bind` method.
- **CBOR**: Introducing [CBOR](https://cbor.io/) binary encoding format for both request & response body. CBOR is a binary data serialization format which is both compact and efficient, making it ideal for use in web applications.
- **End**: Similar to Express.js, immediately flushes the current response and closes the underlying connection.
- **Drop**: Terminates the client connection silently without sending any HTTP headers or response body. This can be used for scenarios where you want to block certain requests without notifying the client, such as mitigating DDoS attacks or protecting sensitive endpoints from unauthorized access.

### Removed Methods

Expand Down

0 comments on commit 00435b1

Please sign in to comment.