wreq-patchable-1.0.0.0: An easy-to-use HTTP client library.
Network.Wreq.Cache
shouldCache :: UTCTime -> Req -> Response body -> Maybe (CacheEntry body) Source #
validateEntry :: UTCTime -> CacheEntry body -> Maybe (Response body) Source #
cacheStore :: Int -> IO (Run body -> Run body) Source #