1
zj
2024-08-14 762745734511d302c1384f6e829baaddbb51c971
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}