Imported Upstream version 3.2.0
[platform/upstream/libwebsockets.git] / minimal-examples / http-client / minimal-http-client-multi / README.md
1 # lws minimal http client multi
2
3 ## build
4
5 ```
6  $ cmake . && make
7 ```
8
9 ## usage
10
11 The application goes to https://warmcat.com and receives the page data
12 same as minimal http client.
13
14 However it does it for 8 client connections concurrently.
15
16 ## Commandline Options
17
18 Option|Meaning
19 ---|---
20 -s|Stagger the connections by 100ms, the last by 1s
21 -p|Use http/1.1 pipelining or h2 simultaneous streams
22 --h1|Force http/1 only
23 -l|Connect to server on https://localhost:7681 instead of https://warmcat.com:443
24 -n|Read numbered files like /1.png, /2.png etc.  Default is just read /
25