hasBody() public method

public hasBody ( ) : boolean
return boolean
 protected static function process_response(Response $response)
 {
     if ($response->hasBody()) {
         return $response->body;
     } else {
         throw 'Invalid Response';
     }
 }