介面測試工具(下篇) 命令列工具curl

2021-10-21 17:28:17 字數 984 閱讀 3726

更多使用

總結curl是一款常用的命令列工具,用來請求web伺服器。它的名字就是客戶端(client)的url工具的意思。支援http,https,imap,pop3,rtsp,scp,ftp,ftps,tftp,smtp以及smb,telnet等協議。

curl命令 + 請求介面的位址

$ curl
使用-x post申明我們的請求方法,用-d引數傳送引數。

$ curl -d 'username=test&password=123' -x post /login

# 或者

$ curl -d 'username=test' -d 'password=123' -x post /lgoin

-d引數也可以讀取本地文字檔案的資料,向伺服器傳送請求。如下所示,將會讀取data.txt檔案的內容,作為請求引數向伺服器傳送。

$ curl -d '@data.txt' /login
-x引數用來指定http請求的方法,同理還可以使用-x put-x delete

使用-h引數

$ curl -h 'accept-language: en-us'
-v引數可以輸出通訊的整個過程,用於除錯。

阮一峰:curl的用法指南

curl官方教程——使用curl請求http的技巧

介面測試工具 postman之命令列執行

wget解壓 node v14.15.3 linux x64.tar.xz tar jxvf node v14.15.3 linux x64.tar.xz建立軟連線 ls s opt software node v14.15.3 linux x64 bin npm usr local bin npm...

Mac OS X 命令列除錯工具

tool documentation summary gdbmanual page,debugging with gdb command line debugger dtrace manual page dynamic,comprehensive and sophisticated tracing ...

命令列工具

在wince6.0 中,在vs2005 的 build 選單中,有乙個 advanced build commands 其中有很多編譯選項 sysgen 相當於執行命令 blddemo q 一般第一次編譯或者是 改變了 catalog 中的item 的時候,就用這個了。clean sysgen 相當...