HomeSort by relevance Sort by last modified time
    Searched full:responsefield (Results 1 - 1 of 1) sorted by null

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpAuthenticator.java 94 String responseField;
97 responseField = "WWW-Authenticate";
100 responseField = "Proxy-Authenticate";
105 List<Challenge> challenges = parseChallenges(responseHeaders, responseField);

Completed in 33 milliseconds