Skip to content

Commit 0072be7

Browse files
committed
setTimeout method has been added
1 parent 1491eb4 commit 0072be7

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

examples/main.cpp

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -221,31 +221,31 @@ void setDownloadAndUploadBandwidthLimit()
221221

222222
int main()
223223
{
224-
// simpleGet();
225-
//
226-
// nonBlockingGet();
227-
//
228-
// receiveBinaryData();
229-
//
230-
// receiveError();
231-
//
232-
// sendingHttpHeaders();
233-
//
234-
// simplePostWithFormData();
235-
//
236-
// simplePostWithJSONData();
237-
//
238-
// simplePutWithFormData();
239-
//
240-
// simpleDeleteWithFormData();
241-
//
242-
// simplePatch();
243-
//
244-
// ignoreSslErrors();
224+
simpleGet();
225+
226+
nonBlockingGet();
227+
228+
receiveBinaryData();
229+
230+
receiveError();
231+
232+
sendingHttpHeaders();
233+
234+
simplePostWithFormData();
235+
236+
simplePostWithJSONData();
237+
238+
simplePutWithFormData();
239+
240+
simpleDeleteWithFormData();
241+
242+
simplePatch();
243+
244+
ignoreSslErrors();
245245

246246
setTimeout();
247247

248-
// setDownloadAndUploadBandwidthLimit();
248+
setDownloadAndUploadBandwidthLimit();
249249

250250
return 0;
251251
}

0 commit comments

Comments
 (0)