HTTP_RESPONSECODE
HTTP_RESPONSECODE HttpURLConnection::getResponseCode()
__response_code = p ? (HTTP_RESPONSECODE)atoi(p) : HTTP_UNKNOWN;
HTTP_RESPONSECODE __response_code;
HTTP_RESPONSECODE getResponseCode();
HTTP_RESPONSECODE response_code = conn.getResponseCode();
HTTP_RESPONSECODE response_code = conn.getResponseCode();