当前位置:网站首页>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>
边栏推荐
- P1449 后缀表达式
- 最小化安装debian11
- BMN: Boundary-Matching Network for Temporal Action Proposal Generation Reading Notes
- Research status of target detection at home and abroad
- Redis persistence method
- Storage engine written by golang, based on b+ tree, mmap
- navicat 连接 mongodb 报错[13][Unauthorized] command listDatabases requires authentication
- The principle and use of AOSP CameraLatencyHistogram
- Analysys Analysis: The transaction scale of China's online retail B2C market in Q2 2022 will reach 2,344.47 billion yuan
- log4j-slf4j-impl cannot be present with log4j-to-slf4j
猜你喜欢

藏宝计划TreasureProject(TPC)系统模式开发技术原理

BMN: Boundary-Matching Network for Temporal Action Proposal Generation阅读笔记

Boss: There are too many systems in the company, can you realize account interoperability?

Minimized installation of debian11

What is the difference between the generator version and the viewer version?

Zilliz 2023 秋季校园招聘正式启动!

SPOJ 2774 Longest Common Substring(两串求公共子串 SAM)

Cloud platform construction solutions

BMN: Boundary-Matching Network for Temporal Action Proposal Generation Reading Notes

win10系统下yolov5-V6.1版本的tensorrt部署细节教程及bug修改
随机推荐
Boss: There are too many systems in the company, can you realize account interoperability?
响应式织梦模板除尘器类网站
【论文阅读】TRO 2021: Fail-Safe Motion Planning for Online Verification of Autonomous Vehicles Using Conve
BMN: Boundary-Matching Network for Temporal Action Proposal Generation Reading Notes
最小化安装debian11
ML's yellowbrick: A case of interpretability (threshold map) for LoR logistic regression model using yellowbrick based on whether Titanic was rescued or not based on the two-class prediction dataset
HCIP BGP实验报告
七夕?new一个对象
用两个栈模拟队列
为什么我们需要回调
【开源框架】国内首个通用云计算框架,任意程序都可做成云计算。
The principle and use of AOSP CameraLatencyHistogram
易观分析:2022年Q2中国网络零售B2C市场交易规模达23444.7亿元
Work Subtotal QT Packing
Lift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3D 论文笔记
AOSP CameraLatencyHistogram的原理与使用
log4j-slf4j-impl cannot be present with log4j-to-slf4j
密码学基础以及完整加密通讯过程解析
Unity2021 releases WebGL fog effect disappearing problem
什么是memoization,它有什么用?