package consts const ( // ContentTypeForm is the content type header for form encoded data ContentTypeForm = "application/x-www-form-urlencoded" // ContentTypeForm is the content type header for JSON encoded data ContentTypeJSON = "application/json" // ContentTypeHTML is the content type header for HTML ContentTypeHTML = "text/html" )