1
zj
2024-08-29 9011db91baf14585c375eceaee5b492e3677a207
1
2
3
4
5
package project.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}