package textio const ( ContenTypeForm = "application/x-www-form-urlencoded" ContenTypeJSON = "application/json" )