14 lines
141 B
Java
Executable File
14 lines
141 B
Java
Executable File
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package tech.iresponse.http;
|
|
|
|
public enum HttpEnumeration {
|
|
GET,
|
|
POST,
|
|
PUT,
|
|
DELETE;
|
|
|
|
}
|
|
|