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
We need to be able to use a custom http agent while requesting our API using swagger generated code.
In our case it is mainly to use keep-alive as we make call to swagger generated code.
Swagger-codegen version
2.3.0
Suggest a fix/enhancement
Add a requestAgent property in ApiClient module if set by user then use it as the request agent
The text was updated successfully, but these errors were encountered:
Description
We need to be able to use a custom http agent while requesting our API using swagger generated code.
In our case it is mainly to use keep-alive as we make call to swagger generated code.
Swagger-codegen version
2.3.0
Suggest a fix/enhancement
Add a
requestAgent
property in ApiClient module if set by user then use it as the request agentThe text was updated successfully, but these errors were encountered: