{
  "_id": "6a51fa2a9b92047c28d53578",
  "Package": "httpcache",
  "Type": "Package",
  "Title": "Query Cache for HTTP Clients",
  "Description": "In order to improve performance for HTTP API clients,\n'httpcache' provides simple tools for caching and invalidating\ncache. It includes the HTTP verb functions GET, PUT, PATCH,\nPOST, and DELETE, which are drop-in replacements for those in\nthe 'httr' package. These functions are cache-aware and provide\ndefault settings for cache invalidation suitable for RESTful\nAPIs; the package also enables custom cache-management\nstrategies. Finally, 'httpcache' includes a basic logging\nframework to facilitate the measurement of HTTP request time\nand cache performance.",
  "Version": "1.2.0",
  "Authors@R": "c(person(\"Neal\", \"Richardson\", role = c(\"aut\", \"cre\"),\nemail = \"neal.p.richardson@gmail.com\"))",
  "URL": "https://enpiar.com/r/httpcache/,\nhttps://github.com/nealrichardson/httpcache/",
  "BugReports": "https://github.com/nealrichardson/httpcache/issues",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "Language": "en-US",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://nealrichardson.r-universe.dev",
  "Date/Publication": "2023-04-10 13:41:45 UTC",
  "RemoteUrl": "https://github.com/nealrichardson/httpcache",
  "RemoteRef": "HEAD",
  "RemoteSha": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-11 08:05:56 UTC",
    "User": "root"
  },
  "Author": "Neal Richardson [aut, cre]",
  "Maintainer": "Neal Richardson <neal.p.richardson@gmail.com>",
  "_user": "nealrichardson",
  "_type": "src",
  "_file": "httpcache_1.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/15239855968c95ca2c10df51192623493ed37825c38a9e9c99ca5b761114356a",
  "_filesize": 125871,
  "_sha256": "15239855968c95ca2c10df51192623493ed37825c38a9e9c99ca5b761114356a",
  "_expires": "2026-10-19T08:09:12.000Z",
  "_created": "2026-07-11T08:05:56.000Z",
  "_published": "2026-07-11T08:09:14.474Z",
  "_jobs": [
    {
      "job": 86526474343,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8246643226"
    },
    {
      "job": 86526474348,
      "time": 164,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8246644676"
    },
    {
      "job": 86526474342,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8246635829"
    },
    {
      "job": 86526474363,
      "time": 78,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8246633838"
    },
    {
      "job": 86526254610,
      "time": 182,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8246623638"
    },
    {
      "job": 86526474350,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8246636614"
    },
    {
      "job": 86526474372,
      "time": 127,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8246639845"
    },
    {
      "job": 86526474356,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8246634071"
    },
    {
      "job": 86526474358,
      "time": 123,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8246639377"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376",
  "_status": "success",
  "_upstream": "https://github.com/nealrichardson/httpcache",
  "_commit": {
    "id": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
    "author": "Neal Richardson <neal.p.richardson@gmail.com>",
    "committer": "Neal Richardson <neal.p.richardson@gmail.com>",
    "message": "Debug workflow\n",
    "time": 1681134105
  },
  "_maintainer": {
    "name": "Neal Richardson",
    "email": "neal.p.richardson@gmail.com",
    "login": "nealrichardson",
    "twitter": "@enpiar",
    "description": "",
    "uuid": 2975928
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "httptest",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "nealrichardson",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "caching",
    "http-client",
    "logging"
  ],
  "_stars": 12,
  "_contributors": [
    {
      "user": "nealrichardson",
      "count": 75,
      "uuid": 2975928
    }
  ],
  "_userbio": {
    "uuid": 2975928,
    "type": "user",
    "name": "Neal Richardson",
    "followers": 120
  },
  "_downloads": {
    "count": 1060,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/httpcache"
  },
  "_devurl": "https://github.com/nealrichardson/httpcache",
  "_pkgdown": "https://enpiar.com/r/httpcache/",
  "_searchresults": 13,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/httpcache.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nealrichardson/httpcache",
  "_realowner": "nealrichardson",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2016-02-23"
    },
    {
      "version": "0.1.4",
      "date": "2016-03-28"
    },
    {
      "version": "0.1.8",
      "date": "2016-08-29"
    },
    {
      "version": "1.0.0",
      "date": "2017-01-03"
    },
    {
      "version": "1.0.2",
      "date": "2017-08-28"
    },
    {
      "version": "1.1.0",
      "date": "2017-10-17"
    },
    {
      "version": "1.2.0",
      "date": "2021-01-11"
    }
  ],
  "_exports": [
    "buildCacheKey",
    "cachedPOST",
    "cacheLogSummary",
    "cacheOff",
    "cacheOn",
    "clearCache",
    "DELETE",
    "dropCache",
    "dropOnly",
    "dropPattern",
    "GET",
    "getCache",
    "halt",
    "hitCache",
    "loadCache",
    "loadLogfile",
    "logMessage",
    "PATCH",
    "POST",
    "PUT",
    "requestLogSummary",
    "saveCache",
    "setCache",
    "startLog",
    "uncached"
  ],
  "_help": [
    {
      "page": "buildCacheKey",
      "title": "Construct a unique cache key for a request",
      "topics": [
        "buildCacheKey"
      ]
    },
    {
      "page": "cache-api",
      "title": "HTTP Cache API",
      "topics": [
        "cache-api",
        "getCache",
        "hitCache",
        "setCache"
      ]
    },
    {
      "page": "cache-management",
      "title": "Manage the HTTP cache",
      "topics": [
        "cache-management",
        "cacheOff",
        "cacheOn",
        "clearCache"
      ]
    },
    {
      "page": "cached-http-verbs",
      "title": "Cache-aware versions of httr verbs",
      "topics": [
        "cached-http-verbs",
        "DELETE",
        "GET",
        "PATCH",
        "POST",
        "PUT"
      ]
    },
    {
      "page": "cachedPOST",
      "title": "Cache the response of a POST",
      "topics": [
        "cachedPOST"
      ]
    },
    {
      "page": "cacheLogSummary",
      "title": "Summarize cache performance from a log",
      "topics": [
        "cacheLogSummary"
      ]
    },
    {
      "page": "dropCache",
      "title": "Invalidate cache",
      "topics": [
        "dropCache",
        "dropOnly",
        "dropPattern"
      ]
    },
    {
      "page": "halt",
      "title": "Stop, log, and no call",
      "topics": [
        "halt"
      ]
    },
    {
      "page": "loadLogfile",
      "title": "Read in a httpcache log file",
      "topics": [
        "loadLogfile"
      ]
    },
    {
      "page": "logMessage",
      "title": "Log a message",
      "topics": [
        "logMessage"
      ]
    },
    {
      "page": "requestLogSummary",
      "title": "Summarize HTTP requests from a log",
      "topics": [
        "requestLogSummary"
      ]
    },
    {
      "page": "saveCache",
      "title": "Save and load cache state",
      "topics": [
        "loadCache",
        "saveCache"
      ]
    },
    {
      "page": "startLog",
      "title": "Enable logging",
      "topics": [
        "startLog"
      ]
    },
    {
      "page": "uncached",
      "title": "Context manager to temporarily turn cache off if it is on",
      "topics": [
        "uncached"
      ]
    }
  ],
  "_readme": "https://github.com/nealrichardson/httpcache/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "curl",
    "digest",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "sys"
  ],
  "_vignettes": [
    {
      "source": "httpcache.Rmd",
      "filename": "httpcache.html",
      "title": "Improving API client performance with httpcache",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Query logging",
        "Log analysis",
        "Custom logging",
        "Cache invalidation",
        "Caching across sessions"
      ],
      "created": "2016-02-27 04:33:58",
      "modified": "2020-12-21 21:42:18",
      "commits": 7
    }
  ],
  "_score": 6.239619762689171,
  "_indexed": true,
  "_nocasepkg": "httpcache",
  "_universes": [
    "nealrichardson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-11T08:08:05.000Z",
      "distro": "resolute",
      "commit": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
      "fileid": "https://r2.ropensci.org/7de37997ab9255b6750fee84b0346eedd1f1a6d58a9a0c672a39cb38028063ed",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-11T08:08:10.000Z",
      "distro": "resolute",
      "commit": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
      "fileid": "https://r2.ropensci.org/ef984b29af3f733ba1a45da5835c86af7da3a90c0b3072b61a64fc7321eeea71",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-11T08:07:30.000Z",
      "commit": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
      "fileid": "https://r2.ropensci.org/58fa9b5054a4f44283e3b59c3ad031f2bccace9a755c3281882d6c3f64ccd5e1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-11T08:07:19.000Z",
      "commit": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
      "fileid": "https://r2.ropensci.org/d88eac9f2707ab55ed06743458b7059c770666e6e809bcd07ace2eaa74cd68f9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-07-11T08:07:51.000Z",
      "commit": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
      "fileid": "https://r2.ropensci.org/b5f535c30531126b0a98745deda1515af003df154f1c1f08fa0d017a5cd76b47",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-11T08:07:36.000Z",
      "commit": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
      "fileid": "https://r2.ropensci.org/1183937a4e520db03283d31f4777bbca9c31467a5fd31213011091d866da13f7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-11T08:07:13.000Z",
      "commit": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
      "fileid": "https://r2.ropensci.org/46c9921af6a67dec976f5a62fdfe09c9b7e867113fd43ed40c204d74222ccb71",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-11T08:07:02.000Z",
      "commit": "e42d00fcc2d9e57f7c20bb5644eb47a7fa2a0867",
      "fileid": "https://r2.ropensci.org/c032168c84c020de55621093b93c75b1178e0e77404f843a2cd6ecf6e187eed6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/nealrichardson/actions/runs/29145493376"
    }
  ]
}