1
zj
2025-08-14 235ac655347312bff2590a24a8e3d010ade69634
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}