otris / ews-cpp

A C++11 header-only library for Microsoft Exchange Web Services
Apache License 2.0
69 stars 30 forks source link

Set curl settings only when value diffrent than default value #178

Closed idolum closed 4 years ago

idolum commented 4 years ago

Makes handling of the constructor easier when not all features are built-in into curl.

Relates to #172