mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-14 21:00:51 +00:00
This adds a `saveCookies` boolean flag to ApiClient. If set to true, the client will save and return cookies to the server. This is useful for supporting @SessionScoped beans in Java servers. Works both in Node.js desktop apps, and in the browser.