当前位置:网站首页>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>
边栏推荐
猜你喜欢
随机推荐
Fluorescein-PEG-CLS, cholesterol-polyethylene glycol-fluorescein scientific research reagent
用两个栈模拟队列
Unity2021发布WebGL雾效消失问题
3D Semantic Segmentation - 2DPASS
单例模式使用饿汉式和懒汉式创建一定安全?很多人不知
Software testing is seriously involution, how to improve your competitiveness?
【LeetCode】最长公共子序列(动态规划)
射频芯片ATE测试从入门到放弃之参数测试
创建函数报错,提示DECLARE定义语法问题
utlis thread pool
Analysys Analysis: The transaction scale of China's online retail B2C market in Q2 2022 will reach 2,344.47 billion yuan
(PC+WAP)织梦模板螺钉手柄类网站
静态文件快速建站
With 4 years of work experience, the 5 communication methods between multi-threads can't be said, can you believe it?
七夕?new一个对象
【深度学习】基于tensorflow的服装图像分类训练(数据集:Fashion-MNIST)
Redis persistence method
MCS-51单片机,定时1分钟,汇编程序
代码随想录笔记_动态规划_416分割等和子集
BMN: Boundary-Matching Network for Temporal Action Proposal Generation阅读笔记