Any plans to build a json/rest over http module? There is such a module over rpc, but not over http.
Could the http_query module be used as a basis for such a module? Potentially with https and basic authentication?
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/318
Olle (@oej) has developed a dedicated module for http operations using curl library. It is on a personal branch:
* https://github.com/kamailio/kamailio/tree/curlmod/modules/curl
Olle planned to merge it to master for a while, looks like he has to do it soon, because that module would be a better foundation. Then using modules such as json or jansson, a json response can be handled in the config file.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/318#issuecomment-139195619
Yes, this module was built for restful API solutions with some improvements. There's still a lot to do, but it's a foundation we can work on.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/318#issuecomment-139196068
Closed #318.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/318#event-426887776
Committed a first version to trunk. Please test it.
Closing this issue for now.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/318#issuecomment-145560358
Hi, Thanks for the module, I believe it is a great foundation for implementing web services (JSON/REST) clients. Did you keep it tuned to the latest changes to the "http_query" utils module function (in particular the http_response_trim parameter)? Best regards, Laurent.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/318#issuecomment-145932069
I was looking at this last night. Are their plans to make it async? The index entry in the docs says it is, but I didn't see a resume route param.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/318#issuecomment-145932769