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