Skip to main content

__server_fn_handler_export_data

Function __server_fn_handler_export_data 

Source
pub async fn __server_fn_handler_export_data(
    __req: Request,
) -> Result<String, String>
Available on non-WebAssembly only.
Expand description

Server-side handler function

This function is called by the router when the endpoint receives a request. It deserializes the request body, calls the server function, and serializes the response.