Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以将 Retrofit 与 OkHttp 一起使用来进行 xAuth 后调用,并将 cass 的散列主体作为 oauth 标头的一部分。
我有一个用于获取请求的基本实现,它没有正文,但是服务请求在包含正文(其中 oauth 标头是散列正文)正在传递的发布请求上失败。
谢谢
修复了它,基本上我使用了 URLClient 和 OkClient 的组合来操纵我签署请求的位置。