haXe API Documentation
Back | Index
class haxe.Http
Available in flash, neko, js, flash9, php, cpp
var cnxTimeout : Float
Available in neko, php, cpp
var noShutdown : Bool
Available in neko, php, cpp
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, php, cpp
function fileTransfert(argname : String, filename : String, file : haxe.io.Input, size : Int) : Void
Available in neko, php, cpp
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, cpp
static var PROXY : { port : Int, host : String, auth : { user : String, pass : String}}
Available in neko, php, cpp
static function requestUrl(url : String) : String
Available in neko, js, php, cpp
Back | Index