Function deltachat::net::http::post_empty

source ยท
pub(crate) async fn post_empty(
    context: &Context,
    url: &str,
) -> Result<(String, bool)>
Expand description

Sends an empty POST request to the URL.

Returns response text and whether request was successful or not.

Does not follow redirects.