You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize digest auth
* Use transport middleware instead of client middleware to compatible
with response auto unmarshal (SetSuccessResult / SetErrorResult).
* Support cache, no need to re-authenticate the same site.
* Deprecate request level digest auth.
Signed-off-by: roc <roc@imroc.cc>