zj
2025-07-11 7052c78ee93e552ed061c830a6bddc06acabd147
1
2
3
4
5
package project.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}