This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Description
The Elemental client uses the requests library for the connections. Would be nice to have support for maintaining the session for subsequent requests. That would allow for better performance when calling the server API multiple times, a new socket will not be created for every request as socket TCP connections can be reused between calls.