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 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)