haXe API Documentation
Back | Index
class haxe.Http
Available in flash, neko, js
var cnxTimeout : Float
Available in neko
var noShutdown : Bool
Available in neko
var url : String
function new(url : String) : Void
function customRequest(post : Bool, api : haxe.io.Output, ?sock : haxe.AbstractSocket, ?method : String) : Void
Available in neko
function fileTransfert(argname : String, filename : String, file : haxe.io.Input, size : Int) : Void
Available in neko
function onData(data : String) : Void
function onError(msg : String) : Void
function onStatus(status : Int) : Void
function request(post : Bool) : Void
function setHeader(header : String, value : String) : Void
function setParameter(param : String, value : String) : Void
function setPostData(data : String) : Void
Available in neko, js
static var PROXY : { port : Int, host : String, auth : { user : String, pass : String}}
Available in neko
static function request(url : String) : String
Available in neko, js
Back | Index