Update Files
This commit is contained in:
7
Kha/Tools/macos/std/flash/net/URLRequestHeader.hx
Normal file
7
Kha/Tools/macos/std/flash/net/URLRequestHeader.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package flash.net;
|
||||
|
||||
extern final class URLRequestHeader {
|
||||
var name : String;
|
||||
var value : String;
|
||||
function new(?name : String, ?value : String) : Void;
|
||||
}
|
Reference in New Issue
Block a user