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