1
zj
2024-09-03 d05bf8e5ef3437c6fa18ef64458e84c590313b61
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}