You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fasthttp.HostClient is a good choice if you only target one host. However, we want to support multiple hosts in fiber client, so i prefered using fasthttp.Client rather than fasthttp.HostClient. I think if you have an edge-case, requiring using fashttp.HostClient, it might not be a good idea to use Fiber client which purposes general usage.
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: