Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Drop
method to Fiber context API documentation
The `Drop` method allows silently terminating client connections without sending HTTP headers or a response body. This is useful for scenarios like mitigating DDoS attacks or blocking unauthorized access to sensitive endpoints. Example usage and function signature are included in the updated documentation.
- Loading branch information