peternameyakj
2024-08-12 7d80267c3797e557d9d38494306b402c908210c6
1
2
3
4
5
package kernel.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}