Re-exports

pub use RequestResult::*;

Structs

Handle returned by the use_request hook that can be used to access the value, cancel or restart the underlying request.

Enums

Result type for the use_request hook

Functions

Hook to perform a simple HTTP GET request in a Dioxus component.