zj
2024-11-06 6f0c22dd9de33c38bb2c536937026e51b0b91b6e
1
2
3
4
5
package project.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}