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