Recreating `Connector` on every request is a little expensive. `ClientSession` allows connection utilization, it also supports keep-alives out-of-the box. Unfortunately I see many examples of bare coroutines usage -- people are lazy :(