userver: userver/clients/http/cancellation_policy.hpp File Reference
Loading...
Searching...
No Matches
cancellation_policy.hpp File Reference

Detailed Description

HTTP client request cancellation policy.

Definition in file cancellation_policy.hpp.

Go to the source code of this file.

+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  clients::http
 HTTP client helpers.
 

Enumerations

enum class  clients::http::CancellationPolicy {
  kIgnore ,
  kCancel
}
 Policy for cancelling in-flight HTTP requests. More...
 

Functions

CancellationPolicy clients::http::Parse (yaml_config::YamlConfig value, formats::parse::To< CancellationPolicy >)