max_redirects.h
Go to the documentation of this file.
00001 #ifndef CPR_MAX_REDIRECTS_H
00002 #define CPR_MAX_REDIRECTS_H
00003 
00004 #include <cstdint>
00005 
00006 namespace cpr {
00007 
00008 class MaxRedirects {
00009   public:
00010     explicit MaxRedirects(const std::int32_t number_of_redirects)
00011             : number_of_redirects(number_of_redirects) {}
00012 
00013     std::int32_t number_of_redirects;
00014 };
00015 
00016 } // namespace cpr
00017 
00018 #endif


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:05