zj
2024-12-04 a8e2e9ff1040e8668e992b97416eaad21132dae1
1
2
3
4
5
package project.monitor.noderpc.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}