Laravoole\Base::endResponse PHP 메소드

endResponse() 공개 메소드

public endResponse ( $response, $content )
    public function endResponse($response, $content)
    {
        // send content & close
        $response->end($content);
    }