[OpenSIPS-Devel] SF.net SVN: opensips:[9944] trunk/modules/cachedb_local/cachedb_local.c

2013-04-02 Thread Vlad Paiu
Revision: 9944 http://opensips.svn.sourceforge.net/opensips/?rev=9944view=rev Author: vladut-paiu Date: 2013-04-02 10:03:46 + (Tue, 02 Apr 2013) Log Message: --- fixed copy paste error Modified Paths: -- trunk/modules/cachedb_local/cachedb_local.c This

[OpenSIPS-Devel] [NEW] rest_client module

2013-04-02 Thread Liviu Chircu
Hello all, A new *rest_client* module is now available in the OpenSIPS trunk. It currently offers the possibility of querying an HTTP server with GET and POST messages. The following is a quick example of issuing an HTTP GET in the OpenSIPS script in a RESTful manner:

Re: [OpenSIPS-Devel] [NEW] rest_client module

2013-04-02 Thread Jamuel Starkey
Hi Liviu, Thank you for exposing curl! Will you be supporting Basic and Digest HTTP AUTH methods? And is this module just a wrapper around libcurl? Can we set the various curl options that are exported from libcurl? In general I don't see what would make this module RESTful per se in so