sttp icon indicating copy to clipboard operation
sttp copied to clipboard

Scala Native Curl Async backend

Open lolgab opened this issue 2 years ago • 0 comments

Feature request

It would be nice to have a async Curl backend. It can be implemented on top of scala-native-loop using Poll and libcurl's multi socket mode

Curl has a C example here using LibUV (the same lib scala-native-loop uses).

lolgab avatar Apr 30 '22 10:04 lolgab