pub async fn __server_fn_handler_get_fields(
__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.