forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Tools/linux_arm64/std/flash/net/URLRequestMethod.hx
Normal file
10
Kha/Tools/linux_arm64/std/flash/net/URLRequestMethod.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package flash.net;
|
||||
|
||||
extern class URLRequestMethod {
|
||||
@:require(flash10_1) static final DELETE : String;
|
||||
static final GET : String;
|
||||
@:require(flash10_1) static final HEAD : String;
|
||||
@:require(flash10_1) static final OPTIONS : String;
|
||||
static final POST : String;
|
||||
@:require(flash10_1) static final PUT : String;
|
||||
}
|
Reference in New Issue
Block a user