Benoit Chesneau
Benoit Chesneau
i don't really see the point there. Consider your container or pod as a single webserver instance. Then what matters is rather the location of this container to ensure you...
where is discussed this specification ?
@pwtail bump
no activity since awhile. closing feel free to create a new ticket if needed.
imo fi you want to do such thing in Python. you should revisit your design to rather launch your app separately instead of launching everything as a webservice. Subprocess is...
jsonp isn't really good for security (http://stackoverflow.com/questions/613962/is-jsonp-safe-to-use) . Anyway which level of support do you want for this api ? Almost everything is here.
I'm not sure you need something specific for that. You can just send a "callback(%s)" % json_response in the response I think. Would it works ?
hum I was thinking to have something like: ``` if "callback" in request.PARAMS: resp = "%s(%s)" % (request.PARAMS['callback'], resp) return resp ``` in your to_json function. The problem is that...
@andrewtj hrm not sure why I was not in the watcher.... Anyway I will look at the PR once I arrive at my desk tonight.
wez can probably add a Makefile like I did for [ucol_nif](https://github.com/refuge/ucol_nif) and then be supported by erlan.mk + rebar2. The question is how to compile under windows that way. Any...