Searched refs:responseHeaders (Results 1 – 1 of 1) sorted by relevance
154 Headers responseHeaders = new Headers(connection.getHeaderFields()); in checkResponseCode() local161 throw new HttpError(responseCode, responseMessage, responseHeaders, responseBody); in checkResponseCode()163 throw new HttpError(responseCode, responseMessage, responseHeaders); in checkResponseCode()