package cc.mrbird.febs.unisoftiot.enums; public enum HttpMethod { POST, GET, PUT, DELETE, INVALID }