package server const ( ContentType = "Content-Type" ContentJSON = "application/json" ContentXML = "application/xml" )