File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,6 @@ An object-oriented C++ wrapper for cURL tool
5
5
6
6
If you want to know a bit more about cURL and libcurl, you should go on the official website http://curl.haxx.se/
7
7
8
- Donations
9
- =========
10
-
11
- A beer or a coffee would be great ;)
12
-
13
- [ ![ gitcheese.com] ( https://s3.amazonaws.com/gitcheese-ui-master/images/badge.svg )] ( https://www.gitcheese.com/donate/users/4980377/repos/15680237 )
14
-
15
-
16
8
Compile and link
17
9
================
18
10
@@ -118,7 +110,7 @@ int main(int argc, const char **argv) {
118
110
}
119
111
120
112
// Retrieve information about curl current session.
121
- auto x = easy.get_info<CURL_CONTENT_TYPE >();
113
+ auto x = easy.get_info<CURLINFO_CONTENT_TYPE >();
122
114
// Print out content type
123
115
std::cout << x.get() << std::endl;
124
116
return 0;
You can’t perform that action at this time.
0 commit comments