Skip to main content

rumtk_web_post

Function rumtk_web_post 

Source
pub async fn rumtk_web_post<T: RUMSerJson + Sync + Send + 'static>(
    url: String,
    data: T,
) -> RUMResult<RUMWebClientResponse>