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 6a9a1e2 commit cdc3625Copy full SHA for cdc3625
examples/custom.cpp
@@ -23,10 +23,10 @@ int main(int argc, char const *argv[])
23
24
//example put
25
auto res = tasty.custom(fields, headers,"PUT" ,"/user/verify");
26
- auto res = tasty.custom(fields, headers, "PUT");
+ auto res2 = tasty.custom(fields, headers, "PUT");
27
28
- auto res2 = tasty.custom(fields, "PUT" "/user/verify");
29
- auto res3 = tasty.custom(fields, "PUT");
+ auto res3 = tasty.custom(fields, "PUT" "/user/verify");
+ auto res4 = tasty.custom(fields, "PUT");
30
31
cout << res;
32
0 commit comments