mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-14 13:29:06 +00:00
* Do not allow not reusing HttpClient, fix socket exhaustion issues, add Readme on how to add your own client * Add Readme change * Alternative version via constructor injection * Update samples * Update usage in ExecAsync * Clean Constructor * Add Warning to constructor, Update Samples * Add warning, fix last constructor, update samples * Change client to private in constructor injection * Add disposable to ApiClient * Do not dispose handler if we did not create it * Update samples * Add disable switch and update samples and documentation