pub(crate) async fn post_string( context: &Context, url: &str, body: String, ) -> Result<bool>
Posts string to the given URL.
Returns true if successful HTTP response code was returned.
Does not follow redirects.