Class Listener#
Defined in File http_server.hpp
Inheritance Relationships#
Base Type#
public std::enable_shared_from_this< Listener >
Class Documentation#
-
class Listener : public std::enable_shared_from_this<Listener>#
A class that listens for incoming HTTP requests.
Constructed by the HttpServer class and should not be used directly.