欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
CURL
来自开放百科 - 灰狐
(版本间的差异)
小 |
|||
第1行: | 第1行: | ||
− | |||
{{SeeWikipedia}} | {{SeeWikipedia}} | ||
第18行: | 第17行: | ||
Content-Type: text/html; charset=gbk | Content-Type: text/html; charset=gbk | ||
− | [[ | + | [[category:browser]] |
− | [[ | + | [[category:software development]] |
2013年2月20日 (三) 01:15的最后版本
您可以在Wikipedia上了解到此条目的英文信息 CURL Thanks, Wikipedia. |
curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks.
example:
$ curl -I http://game.baidu.com/ HTTP/1.1 302 Found Date: Fri, 23 Nov 2007 14:32:39 GMT Server: Apache/1.3.36 (Unix) Resin/2.1.17 Cache-Control: private Location: http://game.baidu.com/ Set-Cookie: JSESSIONID=ds626cdKgMya; path=/ Connection: close Content-Type: text/html; charset=gbk
分享您的观点