zj
2025-01-15 7a06832750d3f933de36ff9762c5bedebba6d667
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}