]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10690: [libblade] Added web request and web response layer ontop of civetweb to...
authorShane Bryldt <astaelan@gmail.com>
Thu, 12 Oct 2017 17:47:07 +0000 (11:47 -0600)
committerShane Bryldt <astaelan@gmail.com>
Thu, 12 Oct 2017 17:47:07 +0000 (11:47 -0600)
commit20ea5c3c5222a8db298553603be4cdfb071097f6
treeea6b3eb67739520108ab52d587b5489c760eb63b
parent5940b04d4ee54e3348fa1ef592b1cd0410bd1a7a
FS-10690: [libblade] Added web request and web response layer ontop of civetweb to handle simplified processing for both inbound REST services as well as outbound client requests.  Added simple layer ontop of that for one-liner oauth2 token establishment.
libs/libblade/libblade.vcxproj
libs/libblade/libblade.vcxproj.filters
libs/libblade/src/blade_restmgr.c
libs/libblade/src/blade_web.c [new file with mode: 0644]
libs/libblade/src/include/blade.h
libs/libblade/src/include/blade_types.h
libs/libblade/src/include/blade_web.h [new file with mode: 0644]
libs/libblade/switchblade/switchblade.c
libs/libks/src/ks_sb.c