mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-27 12:44:23 +00:00
a7de7095a7
Prior to this change, clients generated with asyncNative=true could not intercept the responses using the existing repsonse interceptor. This adds another response interceptor solely for asyncNative=true clients.