Files
async-requests/README.md
Dan McInerney 1d946eed18 initial
2015-04-29 16:25:48 -06:00

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```