FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
httpcache/DESCRIPTION at master · sluga/httpcache · GitHub
sluga
/
httpcache
Public
forked from
nealrichardson/httpcache
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
httpcache
/
DESCRIPTION
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (33 loc) · 1.2 KB
Breadcrumbs
httpcache
/
DESCRIPTION
Copy path
File metadata and controls
33 lines (33 loc) · 1.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Back
|
FazBrowse Home
|
New Git URL