Files
wevads-platform/app/api/java/tech/iresponse/http/HttpEnumeration.java
2026-02-26 04:53:11 +01:00

14 lines
141 B
Java
Executable File

/*
* Decompiled with CFR 0.152.
*/
package tech.iresponse.http;
public enum HttpEnumeration {
GET,
POST,
PUT,
DELETE;
}