pub(crate) async fn post_empty( context: &Context, url: &str, ) -> Result<(String, bool)>
Sends an empty POST request to the URL.
Returns response text and whether request was successful or not.
Does not follow redirects.