Skip to content

Commit b92c9e8

Browse files
committed
onDataReceived method has been added
1 parent 41115cd commit b92c9e8

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

examples/main.cpp

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -286,37 +286,37 @@ void streamData()
286286

287287
int main()
288288
{
289-
// simpleGet();
290-
//
291-
// nonBlockingGet();
292-
//
293-
// receiveBinaryData();
294-
//
295-
// receiveError();
296-
//
297-
// sendingHttpHeaders();
298-
//
299-
// simplePostWithFormData();
300-
//
301-
// simplePostWithJSONData();
302-
//
303-
// simplePutWithFormData();
304-
//
305-
// simpleDeleteWithFormData();
306-
//
307-
// simplePatch();
308-
//
309-
// ignoreSslErrors();
310-
//
311-
// setTLSVersion();
312-
//
313-
// setUserAgent();
314-
//
315-
// setTimeout();
316-
//
317-
// setDownloadAndUploadBandwidthLimit();
318-
//
319-
// getCurlCommand();
289+
simpleGet();
290+
291+
nonBlockingGet();
292+
293+
receiveBinaryData();
294+
295+
receiveError();
296+
297+
sendingHttpHeaders();
298+
299+
simplePostWithFormData();
300+
301+
simplePostWithJSONData();
302+
303+
simplePutWithFormData();
304+
305+
simpleDeleteWithFormData();
306+
307+
simplePatch();
308+
309+
ignoreSslErrors();
310+
311+
setTLSVersion();
312+
313+
setUserAgent();
314+
315+
setTimeout();
316+
317+
setDownloadAndUploadBandwidthLimit();
318+
319+
getCurlCommand();
320320

321321
streamData();
322322

0 commit comments

Comments
 (0)