/// Types that wrap the [Web Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).
/// These can be used to implement isomorphic server actions.
/// A Rust equivalent to the [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request) object
/// in the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).
/// A Rust equivalent to the [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) object
/// in the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).