KKSU
2024-11-26 33c1ef76e5b6802d404b482d5682cb65cac95b86
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.unisoftiot.enums;
 
public enum HttpMethod {
    POST,
    GET,
    PUT,
    DELETE,
    INVALID
}