libhv icon indicating copy to clipboard operation
libhv copied to clipboard

feat: support http client reuse external loop

Open momochniu opened this issue 7 months ago • 1 comments

Users may want to control which loop is used in HttpClient to handle responses, so they can create fewer threads and write less code for managing concurrency.

momochniu avatar May 10 '25 01:05 momochniu

You can also use AsyncClient directly.

ithewei avatar May 19 '25 03:05 ithewei