[Vapor3]How to make a XML Response for sitemap
[09/13, 2018]
You might want to return a response as XML. So do I. I wanted to make a sitemap.xml. First, I tried using with Leaf template but "Content-Type " automatically became HTML. So I made a response by myself and returned it. This is one of a way to response XML.