v0.0.5 - Beta
- Add raw_body_only to allow/disable the request body response (performance config)
- Add cache management in EsiClient.request()
- Add cache timeout management within the cache objects, as the client does not need to know that.
- Change FileCache to use DiskCache, not to reinvent the wheel