<?php namespace app\common\hprose; class Server extends Service { public function start() { return $this->handle(request(), response()); } }