Expand description
This module provides utilities for making HTTP requests with reqwest
and handling responses
with custom error handling through the LeptosReqwestError
trait. It includes support for
different HTTP methods and deserialization of responses into custom types.
Enums§
- Http
Method - Enum representing different HTTP methods.
Traits§
- Leptos
Reqwest Error - Trait for custom error handling in
reqwest
requests, requiringDefault
andSerializable
implementations.
Functions§
- send
- Sends an HTTP request and returns a boolean indicating success.
- send_
and_ parse - Sends an HTTP request and deserializes the response into a specified type.