haXe API Documentation
Back | Index
class haxe.remoting.HttpConnection
implements Connection
Available in flash, neko, js
function call(params : Array<Dynamic>) : Dynamic
function resolve(name : String) : Connection
static function handleRequest(ctx : Context) : Bool
Available in neko
static function processRequest(requestData : String, ctx : Context) : String
static function urlConnect(url : String) : Connection
Available in neko, js
Back | Index