1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-27 04:22:07 +03:00

Merge pull request #161 from square/jw/apache-readme

Give the Apache module its own readme.
This commit is contained in:
Jesse Wilson
2013-05-04 05:13:05 -07:00

7
okhttp-apache/README.md Normal file
View File

@@ -0,0 +1,7 @@
OkHttp Apache HttpClient Implementation
=======================================
This module is an implementation of the Apache `HttpClient` interface that is backed by OkHttp.
**Warning**: Many core features of Apache HTTP client are not implemented by this API. This includes
the keep-alive strategy, cookie store, credentials provider, route planner and others.