* The **`clone()`** method of the Request interface creates a copy of the current `Request` object. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/clone)
()
| 1943 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/clone) |
| 1944 | */ |
| 1945 | clone(): Request<CfHostMetadata, Cf>; |
| 1946 | /** |
| 1947 | * The **`method`** read-only property of the `POST`, etc.) A String indicating the method of the request. |
| 1948 | * |
no outgoing calls