Name Date Size

..25-Oct-20244 KiB

CMakeLists.txtH A D25-Oct-20241,023

main.cH A D25-Oct-20249.6 KiB

README.mdH A D25-Oct-2024299

README.md

1# lws api test Secure Streams
2
3Performs some tests against httpbin.org server
4to check Secure Streams client performance
5
6## build
7
8```
9 $ cmake . && make
10```
11
12## usage
13
14Commandline option|Meaning
15---|---
16-d <loglevel>|Debug verbosity in decimal, eg, -d15
17
18```
19 $ ./lws-api-test-secure-streams
20```
21
22