我在终端中使用了下面的命令,它运行得很好,现在我想获得与在terminal.so中获得的结果相同的结果--如何使用python来做到这一点。实际上,我需要获得cookie,curl命令为我提供了我所需的所有cookie值,因此它是我最好的解决方案,所以现在我想在python脚本中使用它。 curl -i -X PUT
request.post() # some url to post 2nd api, i want to mock this# test.py
import requests_mockfrom requests.exceptions import HTTPError withrequests_mock.mock() as m:
m.get(requests