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