peternameyakj
2025-01-06 4c82733d79b03ee1d5304398b0598d826e6fd0e9
1
2
3
4
5
package project.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}