leptos_router 0.0.2

Router for the Leptos web framework.
Documentation
1
2
3
4
5
6
7
8
9
10
/// 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).
pub struct Request {}

/// 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).
pub struct Response {}