当前位置:网站首页>curl使用指南
curl使用指南
2022-08-03 23:15:00 【sun007700】
u:~# curl -vL baidu.com
curl -v baidu.com
* Rebuilt URL to: baidu.com/
* Trying 110.242.68.66...
* TCP_NODELAY set
* Connected to baidu.com (110.242.68.66) port 80 (#0)
> GET / HTTP/1.1
> Host: baidu.com
> User-Agent: curl/7.58.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Wed, 03 Aug 2022 07:42:03 GMT
< Server: Apache
< Last-Modified: Tue, 12 Jan 2010 13:48:00 GMT
< ETag: "51-47cf7e6ee8400"
< Accept-Ranges: bytes
< Content-Length: 81
< Cache-Control: max-age=86400
< Expires: Thu, 04 Aug 2022 07:42:03 GMT
< Connection: Keep-Alive
< Content-Type: text/html
<
<html>
<meta http-equiv="refresh" content="0;url=http://www.baidu.com/">
</html>
边栏推荐
- 走迷宫 BFS
- Create function report error, prompting DECLARE definition syntax problem
- ML之interpret:基于titanic泰坦尼克是否获救二分类预测数据集利用interpret实现EBC模型可解释性之全局解释/局部解释案例
- ts用法大全
- 【day1】
- 设置工作模式与环境(下):探查和收集信息
- BMN: Boundary-Matching Network for Temporal Action Proposal Generation阅读笔记
- Research status of target detection at home and abroad
- The principle and use of AOSP CameraLatencyHistogram
- 使用tf.image.resize() 和tf.image.resize_with_pad()调整图像大小
猜你喜欢
随机推荐
Embedded Systems: Clocks
静态文件快速建站
utlis 线程池
rosbridge-WSL2 && carla-win11
响应式织梦模板餐饮酒店类网站
【开源框架】国内首个通用云计算框架,任意程序都可做成云计算。
【LeetCode】最长公共子序列(动态规划)
689. 三个无重叠子数组的最大和
Zilliz 2023 Fall Campus Recruitment Officially Launched!
冰河又一MySQL力作出版(文末送书)!!
Testng监听器
使用tf.image.resize() 和tf.image.resize_with_pad()调整图像大小
navicat 连接 mongodb 报错[13][Unauthorized] command listDatabases requires authentication
FinClip最易用的智能电视小程序
Work Subtotal QT Packing
UVa 437 - The Tower of Babylon (White Book)
为什么我们需要回调
云平台建设解决方案
IELTS essay writing template
关于IDO预售系统开发技术讲解丨浅谈IDO预售合约系统开发原理分析







