Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Is there a way to get the IP address and port of the http_server_t<> after it is constructed? I am using on_pool_runner_t<> to retain access to my http_server_t<> and allow me to start/stop the server.
Hello everyone,
Is there a way to get the IP address and port of the
http_server_t<>
after it is constructed? I am usingon_pool_runner_t<>
to retain access to myhttp_server_t<>
and allow me to start/stop the server.