Administrator
7 days ago 4a7433917b1e711200f11c841f6f725882658366
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.unisoftiot.enums;
 
public enum HttpMethod {
    POST,
    GET,
    PUT,
    DELETE,
    INVALID
}