linux下的Http请求(包括post 和 get )
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
有时候需要用到telnet命令来检测远程服务器端口是否可用,但是偏偏linux下就没有安装telnet,所以另外找了几个方法,当然了,不限用于测试端口可用
0、wget
wget
ip:port,测试端口是否可用
也可以用于get和post请求
get方法请求 ,wget "
http://blog.csdn.net/alanwei04/article/details/79313029"
post访求语法,wget --post-data="param=value" http://xxx.xx
1、curl
get方法请求,curl "http://blog.csdn.net/alanwei04/article/details/79313029"
post方法请求,curl -d "param1=value1¶m2=value2" "http://xxxx.xxx"
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)