zj
2024-06-04 64eea4421c603de5f01b6519a271283a0d181b3d
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}