OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:responsefield
(Results
1 - 1
of
1
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Response.java
189
String
responseField
;
191
responseField
= "WWW-Authenticate";
193
responseField
= "Proxy-Authenticate";
197
return OkHeaders.parseChallenges(headers(),
responseField
);
Completed in 232 milliseconds