转自:utm_source=tuicool">http://kentonv.github.io/capnproto/news/2014-06-17-capnproto-flatbuffers-sbe.html?utm_source=tuicool Yesterday, some engineers at Google released FlatBuffers, a new serialization protocol and library with similar design prin…
http://docs.php-http.org/en/latest/httplug/users.html <?php /** * Created by PhpStorm. * User: Mch * Date: 7/8/18 * Time: 21:39 */ interface Proto { // 连接url public function conn($url); //发送get查询 public function get(); // 发送post查询 public function pos…