-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Feature Proposal Description
I believe there should be a way to pass custom fasthttp client in to the fiber http client, to allow more granular fine tuning by the users.
Alignment with Express API
HTTP RFC Standards Compliance
API Stability
Feature Examples
Naming can be improved but something along the lines:
cc := client.NewWithFasthttpClien(&fasthttp.Client{...})
### Checklist:
- [X] I agree to follow Fiber's [Code of Conduct](https://github.com/gofiber/fiber/blob/master/.github/CODE_OF_CONDUCT.md).
- [X] I have searched for existing issues that describe my proposal before opening this one.
- [X] I understand that a proposal that does not meet these guidelines may be closed without explanation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Done