CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
RESTAPI.cpp File Reference

Implementation of RESTParser, RESTRequest and RESTHTTPCall (see RESTAPI.h). More...

#include "RESTAPI.h"
#include "UnitTestFramework.h"
Include dependency graph for RESTAPI.cpp:

Go to the source code of this file.

Namespaces

namespace  cmlabs

Functions

void cmlabs::Register_RESTParser_Tests ()

Detailed Description

Implementation of RESTParser, RESTRequest and RESTHTTPCall (see RESTAPI.h).

Parses the XML REST API definition, validates incoming HTTP requests or DataMessages against declared parameter sets (including nested ARRAY objects via JSON/jsmn and multipart content), and builds outbound HTTP calls.

Definition in file RESTAPI.cpp.