namespace Apewer.Web { /// public enum ApiFormat { /// Json, /// Text, /// Binary, /// File, /// Redirect } }