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