I’m very interested in how other projects is doing with HTTP requests
I actually create my Http requests as Task and attempt
them; opting for the verbose api than the shorter ones. I’m not sure if it’s because I have a misguided notion that holding on to a Task will avail me to the various Task functions, buy me more flexibility as I evolve my app
hopefully make Task requests live longer.
I hope so too. I do need Http tasks to be around so I can continue exploring the server space