okhttp-digest
okhttp的摘要身份验证器。 大多数代码是从Apache Http Client移植的。
重要的
该工件已从jcenter转移到了Maven Central! 坐标已从
com.burgstaller:okhttp-digest:到io.github.rburgst:okhttp-digest:
有关更多详细信息,请参见 。
用法
final DigestAuthenticator authenticator = new DigestAuthenticator ( new Credentials ( " username " , " pass " ));
final Map authCache = new ConcurrentHashMap<> ();
f
1