cossack
cossack copied to clipboard
Parallel requests
How do you think about parallel requests feature?
faraday: https://github.com/lostisland/faraday/wiki/Parallel-requests
curb: https://github.com/taf2/curb#multi-interface-basic-http-get
Would be cool to have. I haven't thought about this yet. Thanks for pointing on this
Already doable with crystals parallel
macro 😉
response_one, response_two = parallel Cossack.get("https://www.w3.org/"), Cossack.get("https://www.w3.org/")