Typedef axr::sdk::net::HandlerReturnType

Typedef Documentation

typedef std::variant<std::monostate, utility::string_t, std::shared_ptr<Object>, pplx::task<void>, pplx::task<utility::string_t>, pplx::task<std::shared_ptr<Object>>> axr::sdk::net::HandlerReturnType

Describes the possible return types of a HTTP endpoint handler.