Restconf: http cookie sent as attribute in rpc restconf_post operations to backend.

This commit is contained in:
Olof Hagsand 2017-10-25 21:08:57 +02:00
parent 178a09cf3b
commit e8a8d6e871
6 changed files with 59 additions and 4 deletions

View file

@ -53,10 +53,11 @@ int clicon_debug_xml(int dbglevel, char *str, cxobj *cx);
int test(FCGX_Request *r, int dbg);
cbuf *readdata(FCGX_Request *r);
int restconf_plugin_load(clicon_handle h);
int restconf_plugin_start(clicon_handle h, int argc, char **argv);
int restconf_plugin_unload(clicon_handle h);
int plugin_credentials(clicon_handle h, FCGX_Request *r, int *auth);
int get_user_cookie(char *cookiestr, char *attribute, char **val);
#endif /* _RESTCONF_LIB_H_ */