6 lines
217 B
Markdown
6 lines
217 B
Markdown
|
|
# async-requests
|
||
|
|
|
||
|
|
Makes concurrent requests to a list of hardcoded URLs and prints the first lines of HTML. Can set the amount of concurrent connections with -c option; defaults to 10.
|
||
|
|
|
||
|
|
```./async-requests.py -c 5```
|