| Package | Description |
|---|---|
| com.azure.core.http |
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
|
| Modifier and Type | Method and Description |
|---|---|
RequestConditions |
RequestConditions.setIfMatch(String ifMatch)
Optionally limit requests to resources that match the passed ETag.
|
RequestConditions |
RequestConditions.setIfModifiedSince(OffsetDateTime ifModifiedSince)
Optionally limit requests to resources that have only been modified since the passed
datetime. |
RequestConditions |
RequestConditions.setIfNoneMatch(String ifNoneMatch)
Optionally limit requests to resources that do not match the passed ETag.
|
RequestConditions |
RequestConditions.setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)
Optionally limit requests to resources that have remained unmodified since the passed
datetime. |
Copyright © 2020 Microsoft Corporation. All rights reserved.