To use OkHttp in a Gradle build, I need to add the following dependency to the Gradle build.
compile 'com.squareup.okhttp:okhttp:2.5.0'
Does that mean I am using okhttp-urlconnection module which implements the familiar java.net.HttpURLConnection
API OR the okhttp-apache
module which implements the Apache HttpClient API?