Utility modules available in the Amazon SDK for C++
The Amazon SDK for C++ includes many utility modules to reduce the complexity of developing Amazon applications in C++.
HTTP Stack
An HTTP stack that provides connection pooling, is thread-safe, and can be reused as you need. For more information, see Amazon Client Configuration.
|
Headers |
|
|
API Documentation |
String Utils
Core string functions, such as trim, lowercase, and numeric conversions.
|
Header |
|
|
API Documentation |
Hashing Utils
Hashing functions such as SHA256, MD5, Base64, and SHA256_HMAC.
|
Header |
|
|
API Documentation |
JSON Parser
A fully functioning yet lightweight JSON parser (a thin wrapper around cJSON).
|
Header |
|
|
API Documentation |
XML Parser
A lightweight XML parser (a thin wrapper around tinyxml2). The RAII pattern
|
Header |
|
|
API Documentation |