WilfredAlmeida / unkey-go

Go SDK for Unkey
Apache License 2.0
4 stars 1 forks source link

Connection Pooling #17

Open WilfredAlmeida opened 1 year ago

WilfredAlmeida commented 1 year ago

Would you like to have a new feature? Please describe.

Currently, for every API call, a new http.Client is created.

This can be improved by using the connection pooling & other features of the client.

The target of this is to use a single http.Client for all requests.

How would this feature be beneficial for the project

It'll improve performance by reusing a single connection.

Additional context

No response

github-actions[bot] commented 1 year ago

Hello 👋 Thank you very much for raising an issue 🙌 The maintainers will get back to you soon for discussion over the issue! Thank you for your contributions. 🚀

Meanwhile you can discuss about the project in our Discord Server 😀