Network code documentation for my turn-based game 1.0
Loading...
Searching...
No Matches
HttpManager Member List

This is the complete list of members for HttpManager, including all inherited members.

Get(std::string_view uri) noexcept overrideHttpManagervirtual
HttpInterface() noexcept=defaultHttpInterfaceexplicit
HttpInterface(HttpInterface &&other) noexcept=defaultHttpInterface
HttpInterface(const HttpInterface &other) noexcept=defaultHttpInterface
HttpManager() noexcept=defaultHttpManagerexplicit
HttpManager(HttpManager &&other) noexcept=deleteHttpManager
HttpManager(const HttpManager &other) noexcept=deleteHttpManager
operator=(HttpManager &&other) noexcept=deleteHttpManager
operator=(const HttpManager &other) noexcept=deleteHttpManager
HttpInterface::operator=(HttpInterface &&other) noexcept=defaultHttpInterface
HttpInterface::operator=(const HttpInterface &other) noexcept=defaultHttpInterface
Post(std::string_view uri, std::string_view json_body) noexcept overrideHttpManagervirtual
RegisterHostAndPort(std::string_view host, Port port) noexcept overrideHttpManagervirtual
~HttpInterface() noexcept=defaultHttpInterfacevirtual
~HttpManager() noexcept override=defaultHttpManager