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