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.
我正在使用 Flask 创建一些 json API,并将它们与不了解 HTTP 的软件一起使用(只是普通的旧网络套接字)。有没有办法可以将整个 http 请求转储到控制台?标题,正文和所有内容?我希望能够使用这个转储通过诸如 telnet 连接之类的方式与之交谈,所以我正在寻找整个请求。如果 Flask 不能进行这种日志记录,还有其他想法吗?
我想出的最好方法是使用 Wireshark 及其“Follow TCP Stream”功能。这将在协议级别为我提供整个 http 事务的转储。