userver: userver/clients/http/response_future.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
response_future.hpp File Reference

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.
 

Detailed Description

Allows to perform a request concurrently with other work without creating an extra coroutine for waiting.

Definition in file response_future.hpp.