Hey! This looks very interesting, but I'm having a hard time getting a quick test to work. Here's the repo:
https://github.com/fullofcaffeine/abe_test
When trying to compile using haxe build.hxml, I get:
src/RouteHandler.hx:7: characters 4-12 : Unknown identifier : response
Where should the response object come from?
I quickstart would be nice, by the way. The current README assumes too much prior knowledge with Haxe and the related build tools.
Thanks!
Hey! This looks very interesting, but I'm having a hard time getting a quick test to work. Here's the repo:
https://github.com/fullofcaffeine/abe_test
When trying to compile using
haxe build.hxml, I get:src/RouteHandler.hx:7: characters 4-12 : Unknown identifier : responseWhere should the response object come from?
I quickstart would be nice, by the way. The current README assumes too much prior knowledge with Haxe and the related build tools.
Thanks!