Skip to content

Instantly share code, notes, and snippets.

@postite
postite / Main.hx
Created April 11, 2013 12:20
promhx test
import promhx.Promise;
using Main.HttpExtensions;
import haxe.Http;
using Main;
#if macro
import haxe.macro.Context;
import haxe.macro.Expr;
import haxe.macro.Type;
#end