#include "web/http/client/tools/EventSource.h"#include "web/http/legacy/rc/Client.h"#include <memory>Go to the source code of this file.
Classes | |
| class | web::http::legacy::rc::EventSource |
Namespaces | |
| namespace | web |
| namespace | web::http |
| namespace | web::http::legacy |
| namespace | web::http::legacy::rc |
Functions | |
| std::shared_ptr< web::http::client::tools::EventSource > | web::http::legacy::rc::EventSource (const std::string &scheme, const net::rc::SocketAddress &socketAddress, const std::string &path) |
| std::shared_ptr< web::http::client::tools::EventSource > | web::http::legacy::rc::EventSource (const std::string &host, uint8_t channel, const std::string &path) |
| std::shared_ptr< web::http::client::tools::EventSource > | web::http::legacy::rc::EventSource (const std::string &url) |
| std::shared_ptr< web::http::client::tools::EventSource > | web::http::legacy::rc::EventSource (std::string origin, std::string path) |