Represents an HTTP validator.
Definition etag.hpp:21
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition azure_assert.hpp:57
Specifies HTTP options for conditional requests.
Definition match_conditions.hpp:22
ETag IfMatch
Optionally limit requests to resources that match the value specified.
Definition match_conditions.hpp:33
virtual ~MatchConditions()=default
Destructs MatchConditions.
ETag IfNoneMatch
Optionally limit requests to resources that do not match the value specified. Specify ETag::Any() to ...
Definition match_conditions.hpp:39