Utility Modules
The AWS SDK for C++ includes many utility modules
HTTP Stack
An HTTP stack that provides connection pooling, is thread-safe, and can be reused as you need. For more information, see AWS 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 JsonCpp
).
Header |
|
API Documentation |
XML Parser
A lightweight XML parser (a thin wrapper around tinyxml2
). The RAII pattern
Header |
|
API Documentation |