Skip to content

Commit 5380f59

Browse files
authored
Merge pull request #1644 from izeye/polish-20230419
Polish "Pluggable HTTP client" section in reference docs
2 parents b4ac83a + d5974e9 commit 5380f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/apt/index.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ Pluggable HTTP client
140140

141141
This library comes with a pluggable connector to use different HTTP client implementations
142142
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.
143+
so we can make use of its HTTP response cache.
144144
Making a conditional request against the GitHub API and receiving a 304 response
145-
{{{https://docs.github.com/en/rest/overview/resources-in-the-rest-api#conditional-requests}does not count against the rate limit}}.
145+
{{{https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#conditional-requests}does not count against the rate limit}}.
146146

147147
The following code shows an example of how to set up persistent cache on the disk:
148148

0 commit comments

Comments
 (0)