We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fasthttp.HostClient can be used for external load balancing, example: fasthtp.LBClient
N/a
The text was updated successfully, but these errors were encountered:
@zhangyongding Where would we add this in Fiber?
Sorry, something went wrong.
https://github.com/gofiber/fiber/tree/main/client
@efectn Any idea why we use fasthttp.Client instead of fasthttp.HostClient ? Adding this feature requires HostClient, I think.
fasthttp.Client
fasthttp.HostClient
HostClient
No branches or pull requests
Feature Proposal Description
fasthttp.HostClient can be used for external load balancing, example: fasthtp.LBClient
Alignment with Express API
N/a
HTTP RFC Standards Compliance
N/a
API Stability
N/a
Feature Examples
Checklist:
The text was updated successfully, but these errors were encountered: