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.
我正在调用一个 REST 端点,不幸的是它非常依赖 Windows,并且要求返回的主体具有 '\r\n' 而不是默认的 '\n'。PAW 中是否有任何钩子可以让我在发送请求之前编写搜索和替换?
谢谢