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