dungeon-studio / api.dungeon.studio

Game Master's Companion
MIT License
1 stars 0 forks source link

Caching HTTP Client #44

Closed alunduil closed 6 years ago

alunduil commented 6 years ago

Looks like a simple caching HTTP client would be useful (reads headers, expires things automatically, etc). One based on MVar would be pretty simple but it'd be nice if we could make this a bolt on for the client library. More details to come or upon request.

alunduil commented 6 years ago

Closing this in favor of #45