#is there any way to do an asynchronous HTTP request in zig?
1 messages · Page 1 of 1 (latest)
you can spawn a thread and do the request on that thread
I was wondering id be able to read the data in chunks so that I could use the data as it comes
but that works too
if it doesnt work well ill probably just use libcurl