linux中curl命令的使用案例
温馨提示:这篇文章已超过546天没有更新,请注意相关的内容是否还可用!
linux中curl命令的使用详情:1、获取该网址的文本信息;2、开发云主机域名获取该网址的文本信息以及协议头部信息;3、使用代理获取网页文本信息。《linux中curl命令的使用案例》来自互联网同行内容,若有侵权,请联系我们删除!
这篇文章主要介绍linux中curl命令的使用案例,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!linux中curl命令的使用详情:1、【curl url】获取该网址的文本信息;2、【curl -i url】开发云主机域名获取该网址的文本信息以及协议头部信息;3、【curl -x proxy url】使用代理获取网页文本信息。
linux中curl命令的使用详情:
1、curl url(获取该网址的文本信息)
curl www.zhujy.com这就是获取的www.zhujy.com信息If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.For online documentation and support please refer to
nginx.org.
Commercial support is available at
nginx.com.
Thank you for using nginx.
2、curl -i url(获取该网址的文本信息以及协议头部信息)
这就是获取的www.zhujy.com文本信息以及协议头部信息。If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.For online documentation and support please refer to
nginx.org.
开发云主机域名
Commercial support is available at
nginx.com.
Thank you for using nginx.
3、curl -x proxy url(使用代理获取网页文本信息)
This page is used to test the proper operation of the
nginx
HTTP server after it has been
installed. If you can read this page, it means that the
web server installed at this site is working
properly.This is the default
index.html
page that
is distributed with
nginx
on
Fedora. It is located in
/usr/share/nginx/html
.You should now put your content in a location of
your choice and edit the
root
configuration
directive in the
nginx
configuration file
/etc/nginx/nginx.conf开发云主机域名
.
4、curl -X POST –header”Content-Type:application/json” –data ‘{}’ url (使用post模拟json格式请求接口)
POST 指定请求方式–header 指定请求头部信息–data 指定json请求体数据内容
5、curl -I url(仅返回请求头部信息)
以上是linux中curl命令的使用案例的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注开发云行业资讯频道!
本文从转载,原作者保留一切权利,若侵权请联系删除。
《linux中curl命令的使用案例》来自互联网同行内容,若有侵权,请联系我们删除!
