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