From https://developer.android.com/reference/java/net/HttpURLConnection.html HttpUrlConnection: A URLConnection with support for HTTP-specific features. See the specfor details. Uses of this class follow a pattern: Obtain a new HttpURLConnection by c…