Allows to perform a request concurrently with other work without creating an extra coroutine for waiting. More...
#include <future>#include <memory>#include <type_traits>#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>
Include dependency graph for response_future.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
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. | |
Allows to perform a request concurrently with other work without creating an extra coroutine for waiting.
Definition in file response_future.hpp.