UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

30 lines (16 loc) 604 B
declare namespace openfl.net { export class URLRequestDefaults { //public static var authenticate:boolean; //public static var cacheResponse:boolean; public static followRedirects:boolean; public static idleTimeout:number; public static manageCookies:boolean; //public static var useCache:boolean; public static userAgent:string; // public static function setLoginCredentialsForHost (hostname:string, user:string, password:string):Dynamic { // openfl.Lib.notImplemented (); // return null; // } } } export default openfl.net.URLRequestDefaults;