#is there any way to do an asynchronous HTTP request in zig?

1 messages · Page 1 of 1 (latest)

warm herald
#

I assume std.http doesnt provide this? At least i couldnt find any way to do it

ebon breach
#

you can spawn a thread and do the request on that thread

warm herald