You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/globals/Request/Request.mdx
+4-1
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,7 @@ new Request(input, options)
40
40
- : Any body that you want to add to your request: this can be an `ArrayBuffer`, a `TypedArray`, a `DataView`, a `URLSearchParams`, string object or literal, or a `ReadableStream` object.
41
41
-`backend`_**Fastly-specific**_
42
42
-`cacheOverride`_**Fastly-specific**_
43
-
-`cacheKey`_**Fastly-specific**_
43
+
-`cacheKey`_**Fastly-specific**_
44
+
-`fastly`_**Fastly-specific**_
45
+
-`decompressGzip`_: boolean__**optional**_
46
+
- Whether to automatically gzip decompress the Response or not.
0 commit comments