* @link http://hightman.cn * @copyright Copyright (c) 2015 Twomice Studio. */ \Qii\Autoloader\Psr4::getInstance() ->setUseNamespaces([ ['hightman\http', true], ]) ->addNamespaces([ ['hightman\http', Qii_DIR . DS .'Library'. DS . 'Third'. DS .'hightman'], ]); use hightman\http\Client; use hightman\http\Request; use hightman\http\Response; class Http extends Client { }