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