zj
2025-06-27 6352a0f7e96accea66900f7478f59300a49de7d8
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}