Skip to content

Commit ca0982c

Browse files
committed
Merge pull request #32 from deontic/main
advanced usage fixes
1 parent 3c0eb99 commit ca0982c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

advanced-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,7 @@ int main() {
12931293
*/
12941294
```
12951295
{% endraw %}
1296+
12961297
## Multi-Perform
12971298

12981299
`cpr::MultiPerform` allows one to efficiently perform multiple requestst in a non-blocking fashion. To perform such a multi-perform, one must first create a `cpr::MultiPerform` object and add the desired session objects as shared pointers using the `AddSession` member function of `cpr::MultiPerform`:

0 commit comments

Comments
 (0)