haXe API Documentation
Back | Index
class haxe.Http
Available in flash, neko, js, flash9, php, cpp
var async : Bool
Available in js
var cnxTimeout : Float
Available in neko, php, cpp
var noShutdown : Bool
Available in neko, php, cpp
var responseHeaders : Hash<String>
Available in neko, php, cpp
var url : String
function new(url : String) : Void
In PHP Https (SSL) connections are allowed only if the OpenSSL extension is enabled. @param url
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
dynamic function onData(data : String) : Void
dynamic function onError(msg : String) : Void
dynamic 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