Package version:

Interface HttpOnlyIfChangedField

Options used to provide if-none-match for an HTTP request

interface HttpOnlyIfChangedField {
    onlyIfChanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfChanged?: boolean

Used to perform an operation only if the targeted resource's etag does not match the value provided.