You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You construct it with the constructor which takes a URL parameter; and
then
ds.data() returns an istream with which you can use getline(), etc.
If anything goes wrong, it will throw a WebAPIException containing any
error
messages returned by the server, etc.
The constructor has two optional parameters, int postflag and
std::string postdata,
for doing POST operations.
The current releases supports https: URLs by using the "openssl
s_client" command
externally, and can use your grid proxy for x509 authentication when
doing so.