zj
2024-10-24 40cea48077061b2a0ffe1248df1ff25bf76f4219
1
2
3
4
5
package project.monitor.noderpc.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}