Age | Commit message (Collapse) | Author |
|
|
|
typdefs to SslStream and BoostBeastSocketWrapper
|
|
|
|
* Devirtualize calls to Read and Update by marking concrete implementations as final
* Removed derived class template argument
* Specialize boost::asio::basic_stream_socket for boost::asio::io_context instead of type-erased any_io_executor
* Make socket initialization easier composable (before entering Read loop)
* Remove use of deprecated boost::asio::null_buffers and boost::beast::ssl_stream
|
|
|
|
http backend and extract generic http code to be reusable elsewhere
|