package foundation.handler; public enum DataPoolType { Post, Get, MultiPart, Options; }