Skip to content

what is similar to requests in python sdk to C++ sdk #2797

Answered by sbiscigl
tagopinath asked this question in Q&A
Discussion options

You must be logged in to vote

Ah i take this is related to issues/2802. there is two questions here

what is similar to requests in python sdk to C++

C++ like python has http clients, if you are looking for one that is like python requests i would recommend curl for people which in its description it says

C++ Requests is a simple wrapper around [libcurl](http://curl.haxx.se/libcurl) inspired by the excellent [Python Requests](https://github.com/kennethreitz/requests) project.

Now, we need to integrate Aws for some customer to get / put some requests in one of the aws cloud storage.

which cloud storage? S3? if so you can see some examples on how use S3 in the doc examples project.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmklix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants