0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn/ws
James Yonan 65c2aee203
httpcliset changes:
* Added new_request_synchronous() static method
  to synchronously execute a TransactionSet
  in a worker thread.

* Added TransactionSet::preserve_http_state bool
  (default=false) to determine whether or not to
  preserve HTTP session across multiple completions.

* TransactionSet::completion() callback is now optional.

* Simplify Transaction and TransactionSet class
  declarations by eliminating constructors in favor
  of C++11 member initialization.
2020-01-09 12:23:55 +02:00
..
chunked.hpp copyright: updated to 2017 2020-01-09 12:23:33 +02:00
httpcli.hpp WS::Client: don't use AsyncResolvableTCP unless USE_ASYNC_RESOLVE is defined 2020-01-09 12:23:53 +02:00
httpcliset.hpp httpcliset changes: 2020-01-09 12:23:55 +02:00