class com.akifox.asynchttp.AsyncHttp

Available on all platforms

AsyncHttp

This is the main class of the library

NOTE: It is used by most of the library to keep common functions and variables

@author Simone Cingano (yupswing) Akifox Studio

@repo akifox-asynchttp repository

@licence MIT Licence

Class Fields

static var errorSafe:Bool

Deprecated and ignored (will be dropped in 0.5) #TODO

static var logEnabled:Bool

Force log to console

(default set to true on -debug)

static var logErrorEnabled:Bool

static var maxRedirections:Int

The maximum number of redirection allowed per request

NOTE: This is a global setting that will apply to every request

WARNING: This option is not used on Flash and JS (due to platforms limitations)

static var userAgent:String

The HTTP User Agent string sent on request (default: 'akifox-asynchttp')

NOTE: This is a global setting that will apply to every request

WARNING: This option is not used on Flash and JS (due to platforms limitations)