Zend\Stratigility\Http\Response::isComplete PHP Method

isComplete() public method

I.e., if end() has previously been called.
public isComplete ( ) : boolean
return boolean
    public function isComplete()
    {
        trigger_error(sprintf('%s is now deprecated; use $response->getBody()->write(). ' . '%s will no longer be available starting in Stratigility 2.0.0. ' . 'Please see https://docs.zendframework.com/migration/to-v2/#deprecated-functionality ' . 'for full details.', __CLASS__, __METHOD__), E_USER_DEPRECATED);
        return $this->complete;
    }