I need to implement a RESTfull client in an embedded environnement using uClibc.
Is there any open source library that implements RESTful Client in C that could only rely on µClibc?
I need to implement a RESTfull client in an embedded environnement using uClibc.
Is there any open source library that implements RESTful Client in C that could only rely on µClibc?
Copyright © 2021 Jogjafile Inc.
REST is an architectural pattern. It is a collection of constraint's on your system, in order for your system to have a particular set of properties.
The constraints are;
The Properties to your system are;
There is nothing here to do with how you implement REST. REST can occur over any transport layer that provides mechanisms for the constraints.