forked from nealrichardson/httpcache
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.2 KB
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: httpcache
Type: Package
Title: Query Cache for HTTP Clients
Description: In order to improve performance for HTTP API clients, 'httpcache'
provides simple tools for caching and invalidating cache. It includes the
HTTP verb functions GET, PUT, PATCH, POST, and DELETE, which are drop-in
replacements for those in the 'httr' package. These functions are cache-aware
and provide default settings for cache invalidation suitable for RESTful
APIs; the package also enables custom cache-management strategies.
Finally, 'httpcache' includes a basic logging framework to facilitate the
measurement of HTTP request time and cache performance.
Version: 1.2.0
Authors@R: c(person("Neal", "Richardson", role = c("aut", "cre"),
email = "neal.p.richardson@gmail.com"))
URL: https://enpiar.com/r/httpcache/, https://github.com/nealrichardson/httpcache/
BugReports: https://github.com/nealrichardson/httpcache/issues
License: MIT + file LICENSE
Depends:
R (>= 3.0.0)
Imports:
digest,
httr (>= 1.0.0),
utils
Suggests:
httptest (>= 3.0.0),
knitr,
rmarkdown,
spelling
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Language: en-US
Encoding: UTF-8