1
zj
2025-06-19 69d51d9510c284c52b8e330ef3ff800a35ed6aac
1
2
3
4
5
package project.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}