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.
在ANDROID中,有没有办法从http请求中获取响应时间(例如使用httpClient)
我正在寻找Curl的替代方案。
不,没有 API 可以帮您做到这一点。一般的做法是捕获发送请求之前和读取响应之后的时间。它们之间的差异应该给你一个接近但不是响应的确切时间。