1
zj
2024-10-21 a54e43c6d57c82660d46b24b0720175314960d78
1
2
3
4
5
package project.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}