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

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

Get(std::string_view uri) noexcept=0HttpInterfacepure virtual
HttpInterface() noexcept=defaultHttpInterfaceexplicit
HttpInterface(HttpInterface &&other) noexcept=defaultHttpInterface
HttpInterface(const HttpInterface &other) noexcept=defaultHttpInterface
operator=(HttpInterface &&other) noexcept=defaultHttpInterface
operator=(const HttpInterface &other) noexcept=defaultHttpInterface
Post(std::string_view uri, std::string_view json_body) noexcept=0HttpInterfacepure virtual
RegisterHostAndPort(std::string_view host, Port port) noexcept=0HttpInterfacepure virtual
~HttpInterface() noexcept=defaultHttpInterfacevirtual