Phprest\Response\NoContent::__construct PHP Метод

__construct() публичный Метод

public __construct ( array $headers = [] )
$headers array An array of response headers
    public function __construct($headers = [])
    {
        parent::__construct('', Response::HTTP_NO_CONTENT, $headers);
    }
NoContent