How to export specific request to file using postman?

后端 未结 6 1985
醉梦人生
醉梦人生 2020-12-24 11:15

I want to export one specific request from postman extension (chromium) and send it to another developer so that they can import it. How I can do this?

6条回答
  •  情歌与酒
    2020-12-24 12:05

    1. Click on the "Code" button upright of the request page.
    2. From the opened window select cURL.
    3. Copy and share the generated code.

    You can use this curl request to import it into Postman.

提交回复
热议问题