contentTypeXml static method

void contentTypeXml()

Set Content-Type to XML

Implementation

static void contentTypeXml() =>
    response.header('Content-Type', 'application/xml');