cprtypes.h
Go to the documentation of this file.
1 #ifndef CPR_CPR_TYPES_H
2 #define CPR_CPR_TYPES_H
3 
4 #include <map>
5 #include <string>
6 
7 namespace cpr {
8 
10  bool operator()(const std::string& a, const std::string& b) const noexcept;
11 };
12 
13 using Header = std::map<std::string, std::string, CaseInsensitiveCompare>;
14 using Url = std::string;
15 
16 } // namespace cpr
17 
18 #endif
std::string Url
Definition: cprtypes.h:14
bool operator()(const std::string &a, const std::string &b) const noexcept
Definition: cprtypes.cpp:8
::std::string string
Definition: gtest-port.h:1129
Definition: unit1323.c:36
Definition: auth.cpp:3


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