Allows to perform a request concurrently with other work without creating an extra coroutine for waiting.
Definition in file response_future.hpp.
Go to the source code of this file.
#include <future>
#include <memory>
#include <type_traits>
#include <userver/clients/http/config.hpp>
#include <userver/clients/http/response.hpp>
#include <userver/compiler/select.hpp>
#include <userver/engine/deadline.hpp>
#include <userver/engine/future.hpp>
#include <userver/engine/impl/context_accessor.hpp>
Classes | |
class | clients::http::ResponseFuture |
Allows to perform a request concurrently with other work without creating an extra coroutine for waiting. More... | |
Namespaces | |
namespace | clients::http |
HTTP client helpers. | |