forked from mantzas/patron
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Milestone
Description
Is your feature request related to a problem? Please describe
Ticket #128 will introduce optionally server-side HTTP caching.
In order to avoid unnecessarily HTTP server roundtrips, the client can follow the caching instructions from the server, if any exist, and implement a local cache that follows these instructions.
Describe the solution
- Introduce an optional cache to the HTTP client by using the cache from Introduce a generic cache package #127
- Make sure we are following issue Introduce HTTP server side caching #128 which follows the RFC