libhv
libhv copied to clipboard
feat: support http client reuse external loop
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.
You can also use AsyncClient directly.