Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metallurgical authored Dec 30, 2016
1 parent 322cc75 commit 7f57926
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Multi Curl with batch and parallel request. As the name suggest, you can make a batch request or parallel request at once.

# Batch Request
Will split array data provided, and request part by part to minimize workload during request instead of requesting at once. Defining how much
the number of data per request is at your own choices.
Will split array data provided, and request part by part to minimize workload during request instead of requesting at once. Defining how much the number of data per request is at your own choices. The batch request simply divided array of url(s) part by part and doing the request one by one until finish. While waiting for next queue of request, you can provide callback for each batch to execute.

# Paraller Request
Passed in the whole set of array data and will request all at once.
Expand Down

0 comments on commit 7f57926

Please sign in to comment.