初始化
null Module_HttpClient::__construct( )
function __construct() { if (HttpClient::is_support_curl()) { $this->type = HttpClient::TYPE_CURL; } else { $this->type = HttpClient::TYPE_Fsock; } }