We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90af7ed commit 11f6351Copy full SHA for 11f6351
tutorials/fetch.md
@@ -37,7 +37,7 @@ req.bodyJSON(myjson);
37
req.header("Content-Type", "application/json");
38
39
// Set a timeout for the request, in seconds
40
-req.timeout(30);
+req.timeout(std::chrono::seconds(30));
41
```
42
43
There are more functions, regarding certificate verification, proxy settings. You can find more info about them by looking through the headers!
0 commit comments