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.
Paw显示了有关请求/响应的大量重要信息,包括响应时间,但我没有看到请求和/或响应大小的字段。有没有办法在 Paw 中轻松显示响应体的大小?
您通常可以在标头中看到服务器报告的正文大小Content-Length,但有时会在Transfer-Encoding: chunked响应的情况下丢失。
Content-Length
Transfer-Encoding: chunked
有一个动态值可以获取最新响应的实际body长度,如下图,但是如果你只是想自己看就不是那么方便了(不要在后续请求中使用):
但是感谢您的输入,我们将在下一个版本中添加“体型”字段!