Record
replace-options
Options for cache replace operations
record replace-options {
request-headers: option<borrow<request>>,
replace-strategy: option<replace-strategy>,
always-use-requested-range: bool,
extra: option<borrow<extra-replace-options>>,
}Fields
| Name | Type | Description |
|---|---|---|
| request-headers | option<borrow<request>> | a full request handle, but used only for its headers |
| replace-strategy | option<replace-strategy> | |
| always-use-requested-range | bool | |
| extra | option<borrow<extra-replace-options>> | Additional options may be added in the future via this resource type. |