Skip to main content

post_form

Function post_form 

Source
pub async fn post_form<T, B>(
    path: &str,
    token: &str,
    body: &B,
) -> Result<T, ErrorWrapper>