Is your feature request related to a problem? Please describe.
Now the java generator can only generate sync handler using Java native handler, but in fact java.net.http.HttpClient also support async handler, so I hope this feature can be added
Describe the solution you'd like
Add a native-async sub-library, and generate async handler
Is your feature request related to a problem? Please describe.
Now the java generator can only generate sync handler using Java native handler, but in fact
java.net.http.HttpClientalso support async handler, so I hope this feature can be addedDescribe the solution you'd like
Add a
native-asyncsub-library, and generate async handler