ssl_options.h
Go to the documentation of this file.
1 #ifndef CPR_SSLOPTIONS_H
2 #define CPR_SSLOPTIONS_H
3 
4 namespace cpr {
5 
6 class VerifySsl {
7  public:
8  VerifySsl() {}
9  VerifySsl(bool verify);
10 
11  operator bool() const;
12 
13  private:
14  bool verify_ = true;
15 };
16 
17 } // namespace cpr
18 
19 #endif
Definition: auth.cpp:3


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