Square’s meticulous HTTP client for the JVM, Android, and GraalVM. https://github.com/square/okhttp

天问 772be72a24 Update 'README.md' 4 months ago
.gitignore c3548782e4 Initial commit 2 years ago
LICENSE c3548782e4 Initial commit 2 years ago
README.md 772be72a24 Update 'README.md' 4 months ago

README.md

okhttp

Square’s meticulous HTTP client for the JVM, Android, and GraalVM.


    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.11.0</version>
      <scope>test</scope>
    </dependency>