Pythonでサーバー情報を取得

サンプルコード:

sUrl = 'http://www.yahoo.co.jp’
sock = urllib2.urlopen(sUrl)
sock.headers.values()

Development

Posted by arkgame