更多使用
總結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 相當...