package common const ( MIMEApplicationJSON string = "application/json" MIMETextHTML string = "text/html" MIMEApplicationXWWWFormUrlencoded string = "application/x-www-form-urlencoded" )