work in progress, session handling
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 4 Apr 2016 15:48:50 +0000 (17:48 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 4 Apr 2016 15:48:50 +0000 (17:48 +0200)
commit11d36a9f7e16aa9992835f8ce06f0e1e5297b131
treeff15e8fe346df9bcc92e063747c43476054113f7
parentb8d4c81cc8175ce49c77d41e572a9f1a2e367cdc
work in progress, session handling

Change-Id: I0393346280825e24a34e8db386160d857723b841
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
16 files changed:
include/afb-plugin.h
include/afb-req-itf.h
plugins/CMakeLists.txt
plugins/afm-main-plugin/afm-main-plugin.c
plugins/samples/ClientCtx.c
plugins/samples/HelloWorld.c
plugins/session/token-api.c
src/afb-apis.c
src/afb-apis.h
src/afb-hreq.c
src/afb-hreq.h
src/http-svc.c
src/local-def.h
src/main.c
src/session.c
src/session.h