You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All requests are done using an instance of `com.intellectualsites.http.HttpClient`:
47
49
@@ -98,7 +100,7 @@ By using `onException(exception -> {})` you are able to modify the behaviour.
98
100
99
101
#### Examples
100
102
101
-
More examples can be found in [HttpClientTest.java](https://github.com/Incendo/HTTP4J/blob/master/src/test/java/com/intellectualsites/http/HttpClientTest.java)
103
+
More examples can be found in [HttpClientTest.java](https://github.com/IntellectualSites/HTTP4J/blob/main/src/test/java/com/intellectualsites/http/HttpClientTest.java)
0 commit comments