We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472adbb commit 61c1e43Copy full SHA for 61c1e43
src/site/apt/index.apt
@@ -142,7 +142,7 @@ Pluggable HTTP client
142
through <<<HttpConnector>>>. In particular, this means you can use {{{https://square.github.io/okhttp/}OkHttp}},
143
so we can make use of it's HTTP response cache.
144
Making a conditional request against the GitHub API and receiving a 304 response
145
- {{{https://developer.github.com/v3/#conditional-requests}does not count against the rate limit}}.
+ {{{https://docs.github.com/en/rest/overview/resources-in-the-rest-api#conditional-requests}does not count against the rate limit}}.
146
147
The following code shows an example of how to set up persistent cache on the disk:
148
0 commit comments