forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Sources/kha/network/HttpMethod.hx
Normal file
8
Kha/Sources/kha/network/HttpMethod.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package kha.network;
|
||||
|
||||
enum abstract HttpMethod(Int) to Int {
|
||||
var Get = 0;
|
||||
var Post = 1;
|
||||
var Put = 2;
|
||||
var Delete = 3;
|
||||
}
|
Reference in New Issue
Block a user