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