一:curl get请求
二:curl post请求
备注:PHP中可以使用http_build_query()函数,处理curl post参数,使其支持多维数组传递
转自: www.cnblogs.com/z-books/p/6228284.html
curl -I url 是只取 server 的回应,不含内容, 如user@minix-nb:~$ curl -I http://www.baidu.com
HTTP/1.1 200 OK
Date: Wed, 16 Sep 2009 11:16:23 GMT
Server: BWS/1.0
Content-Length: 3509
Content-Type: text/html
Cache-Control: private
Expires: Wed, 16 Sep 2009 11:16:23 GMT
Set-Cookie: BAIDUID=0EC3F02D099D83B4EDA0C65E09A487D6:FG=1expires=Wed, 16-Sep-39 11:16:23 GMTpath=/domain=.baidu.com
P3P: CP=" OTI DSP COR IVA OUR IND COM "
ok? :)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)