peter
2025-08-18 0a767d862994e9da159ed97dfedbde57d8e76bd6
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}