https://github.com/multi-os-engine/okhttp
Multi-OS Engine: OKHTTP
https://github.com/multi-os-engine/okhttp
Last synced: over 1 year ago
JSON representation
Multi-OS Engine: OKHTTP
- Host: GitHub
- URL: https://github.com/multi-os-engine/okhttp
- Owner: multi-os-engine
- License: apache-2.0
- Created: 2016-08-09T11:06:39.000Z (almost 10 years ago)
- Default Branch: moe-master
- Last Pushed: 2022-07-23T15:25:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T14:32:58.117Z (over 1 year ago)
- Language: Java
- Homepage: https://multi-os-engine.org
- Size: 5.42 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.android
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
URL: https://github.com/square/okhttp
License: Apache 2
Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
Local patches
-------------
Addition of classes in android/ :
- com.squareup.okhttp.internal.Platform - to replace the Platform class that
comes with okhttp. No use of reflection.
- com.squareup.okhttp.Http(s)Handler - integration with Android's corelibs.
- com.squareup.okhttp.ConfigAwareConnectionPool - support for a
ConnectionPool that listens for network configuration changes.
- com.squareup.okhttp.internal.Version - a hard-crafted version of
okhttp/src/main/java-templates/com/squareup/okhttp/internal/Version.java
for Android.
All source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END:
- Commenting of code that references APIs not present on Android.
okio/ contains a snapshot of the Okio project. See okio/README.android for
details.