-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 [Proposal]: Add support to create client from existing client #3107
Comments
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
@efectn Thoughts? Seems reasonable |
Couldn't this also be achieved using an option within the existing New method? One option like |
I'll take this if you'd like! |
@goriunov You mean a way to override this ? https://github.com/gofiber/fiber/blob/main/client/client.go#L36C2-L36C10 |
Feel free to create a pull request. You can add new method called |
Thanks! I'll start working on it. |
@efectn |
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
The text was updated successfully, but these errors were encountered: