本文介绍了仅限Curl发布数据和标头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想从卷曲请求中获取标头
I want to get the headers only from a curl request
$ $ c>将正文发送到列出的文件。
- -D- Dump the header to the file listed, or stdout when - is passed, like this.
- -o/dev/null Send the body to the file listed. Here, we discard the body so we only see the headers.
- -s Silent (no progress bar)
这篇关于仅限Curl发布数据和标头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!