|
Network code documentation for my turn-based game 1.0
|
This is the complete list of members for HttpManager, including all inherited members.
| Get(std::string_view uri) noexcept override | HttpManager | virtual |
| HttpInterface() noexcept=default | HttpInterface | explicit |
| HttpInterface(HttpInterface &&other) noexcept=default | HttpInterface | |
| HttpInterface(const HttpInterface &other) noexcept=default | HttpInterface | |
| HttpManager() noexcept=default | HttpManager | explicit |
| HttpManager(HttpManager &&other) noexcept=delete | HttpManager | |
| HttpManager(const HttpManager &other) noexcept=delete | HttpManager | |
| operator=(HttpManager &&other) noexcept=delete | HttpManager | |
| operator=(const HttpManager &other) noexcept=delete | HttpManager | |
| HttpInterface::operator=(HttpInterface &&other) noexcept=default | HttpInterface | |
| HttpInterface::operator=(const HttpInterface &other) noexcept=default | HttpInterface | |
| Post(std::string_view uri, std::string_view json_body) noexcept override | HttpManager | virtual |
| RegisterHostAndPort(std::string_view host, Port port) noexcept override | HttpManager | virtual |
| ~HttpInterface() noexcept=default | HttpInterface | virtual |
| ~HttpManager() noexcept override=default | HttpManager |