pub async fn get_txt(uri: impl TryUri) -> Result<Txt, Error>
Send a GET request to the uri and read the response as a string.
uri
The default_client is used to send the request.
default_client