ark::gui::AbstractHttpRequest

Defined in header “ark/gui/plugin_set.hh”.


An asynchronous HTTP request, done this way to avoid leaking the underlying futures to the world.

Methods

  • ~AbstractHttpRequest()
    Virtual destructor, for cleanup.

  • bool wait()
    Returns true if this request is done, false otherwise.

  • const std::string & body()
    Returns the body of the completed request.

  • const std::string & path()
    Returns the original path of this request.