fq
zj
2025-07-29 7597d9c63b935f9007f370ab350de5b67305592d
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}