Benjamin Sergeant
73f4ba7ee7
Merge branch 'master' into feature/http
2019-02-28 21:53:52 -08:00
Benjamin Sergeant
285c12775a
cleanup
2019-02-28 21:18:27 -08:00
Benjamin Sergeant
6d56f7223a
http gzip compression
2019-02-27 18:02:45 -08:00
Benjamin Sergeant
0a752e7d18
cleanup argument parsing + add socket creation factory
2019-02-27 16:35:00 -08:00
Benjamin Sergeant
79f601ac65
follow redirects is optional
2019-02-25 22:01:04 -08:00
Benjamin Sergeant
069eccf415
chunk encoding / simple redirect support / -I option
2019-02-25 21:50:42 -08:00
Benjamin Sergeant
b563541b14
can specify extra headers
2019-02-25 17:17:05 -08:00
Benjamin Sergeant
3bcd6f97a6
simple HTTP post support (urlencode parameters)
2019-02-25 15:55:38 -08:00
Benjamin Sergeant
c04bc3cdfc
move http_client to a ws sub-command
2019-02-23 09:52:19 -08:00
Benjamin Sergeant
846f0c680a
linux build fix
2019-02-23 09:48:00 -08:00
Benjamin Sergeant
bd854553d4
ping pong added to ws
2019-02-23 09:48:00 -08:00
Benjamin Sergeant
38c57e1ed2
comments
2019-02-23 09:48:00 -08:00
Benjamin Sergeant
806cf39efc
add echo and broadcast server as ws sub-commands
2019-02-23 09:48:00 -08:00
Benjamin Sergeant
3cffc6f9a5
add ws_chat and ws_connect sub commands to ws
2019-02-23 09:48:00 -08:00
Benjamin Sergeant
78dbba5521
Feature/ws cli ( #15 )
...
* New command line tool for transfering files / still very beta.
* add readme
* use cli11 for argument parsing
* json -> msgpack
* stop using base64 and use binary which can be stored in message pack
2019-02-23 09:48:00 -08:00
Benjamin Sergeant
e8583000b8
ping pong added to ws
2019-02-22 21:47:57 -08:00
Benjamin Sergeant
d642ef1a89
comments
2019-02-22 21:27:49 -08:00
Benjamin Sergeant
95457c8f4c
add echo and broadcast server as ws sub-commands
2019-02-22 21:25:56 -08:00
Benjamin Sergeant
b8c397e180
add ws_chat and ws_connect sub commands to ws
2019-02-22 20:49:26 -08:00
Benjamin Sergeant
73d7280723
Feature/ws cli ( #15 )
...
* New command line tool for transfering files / still very beta.
* add readme
* use cli11 for argument parsing
* json -> msgpack
* stop using base64 and use binary which can be stored in message pack
2019-02-21 21:24:53 -08:00