当前位置:网站首页>The curl using guide
The curl using guide
2022-08-03 23:24: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
<
边栏推荐
- Websocket multi-threaded sending message error TEXT_PARTIAL_WRITING--Use case of spin lock replacing synchronized exclusive lock
- Use tf.image.resize() and tf.image.resize_with_pad() to resize images
- 冰河又一MySQL力作出版(文末送书)!!
- 二叉搜索树解决落叶问题
- Redis persistence method
- 用两个栈模拟队列
- The Chinese Valentine's Day event is romantically launched, don't let the Internet slow down and miss the dark time
- 伴随着元宇宙、web3.0等概念的兴起,数字人、数字场景等诸多数字化的形态开始出现
- 超级完美版布局有快捷键,有背景置换
- 【职场杂谈】售前与销售工作配合探讨
猜你喜欢
AOSP CameraLatencyHistogram的原理与使用
End-to-End Lane Marker Detection via Row-wise Classification
BMN: Boundary-Matching Network for Temporal Action Proposal Generation阅读笔记
override学习(父类和子类)
Cloud platform construction solutions
Quickly build a website with static files
Flutter教程之为什么 Flutter 是创业的最佳选择?
Deep integration of OPC UA and IEC61499 (1)
【论文阅读】TRO 2021: Fail-Safe Motion Planning for Online Verification of Autonomous Vehicles Using Conve
冰河又一MySQL力作出版(文末送书)!!
随机推荐
leetcode/子串中不能有重复字符的最长子串
Fluorescein-PEG-CLS, cholesterol-polyethylene glycol-fluorescein scientific research reagent
简单了解下 TCP,学习握手和挥手以及各种状态到底是怎么样的
internship:编写excel表的上传方法(导入)
BMN: Boundary-Matching Network for Temporal Action Proposal Generation Reading Notes
Storage engine written by golang, based on b+ tree, mmap
First domestic open source framework 】 【 general cloud computing framework, any program can be made into cloud computing.
golang写的存储引擎,基于b+树,mmap
"Digital Economy Panorama White Paper" Financial Digital User Chapter released!
HCIP BGP lab report
Kotlin - extension functions and operator overloading
Fluorescein-PEG-CLS,胆固醇-聚乙二醇-荧光素科研试剂
utlis thread pool
【论文阅读】TRO 2021: Fail-Safe Motion Planning for Online Verification of Autonomous Vehicles Using Conve
Quickly build a website with static files
libnet
[RYU] rest_router.py source code analysis
Software testing is seriously involution, how to improve your competitiveness?
.NET6之MiniAPI(十四):跨域CORS(上)
Kotlin - 扩展函数和运算符重载