ssl_options.cpp
Go to the documentation of this file.
1 #include "cpr/ssl_options.h"
2 
3 namespace cpr {
4 
5 VerifySsl::VerifySsl(bool verify) : verify_{verify} {}
6 
7 VerifySsl::operator bool() const {
8  return verify_;
9 }
10 
11 } // namespace cpr
Definition: auth.cpp:3


rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sat Feb 13 2021 03:42:16