ufront / ufront-mvc

The core MVC framework that powers ufront
MIT License
17 stars 15 forks source link

Fix remoting on nodejs #46

Closed kevinresol closed 8 years ago

kevinresol commented 8 years ago

Quick fix for #45

I am not sure if the header should be "x-haxe-remoting" or "X-Haxe-Remoting"?

jasononeil commented 8 years ago

I've committed an alternative solution for the remoting problem - making sure we don't make Multipart HTTP requests unnecessarily.

I am looking into the case-sensitivity issue.

If you (or anyone else) wants to create some basic externs for multer and include it by default I'm definitely keen!