typedef com.akifox.asynchttp.HttpRequestOptions

import com.akifox.asynchttp.HttpRequest;

Available on all platforms

HttpRequestOptions

This object is used to pass parameters to an HttpRequest class instance

(All the parameter are directly connected to the HttpRequest properties

Check the HttpRequest documentation to have more information on every parameter)

@author Simone Cingano (yupswing) Akifox Studio

@repo akifox-asynchttp repository

@licence MIT Licence

var url:Null<Dynamic>

var timeout:Null<Int>

var method:Null<String>

var http11:Null<Bool>

var headers:Null<HttpHeaders>

var contentType:Null<String>

var contentIsBinary:Null<Bool>

var content:Null<Dynamic>

var callbackProgress:Null<Int ->Int ->Void>

var callbackError:Null<HttpResponse ->Void>

var callback:Null<HttpResponse ->Void>

var async:Null<Bool>