1
zj
2025-05-20 f1f519b5d186f786f25a987fc870fe9f568ecfcc
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}