docs: remove misleading configuration comment

we're always checking the configuration encrypted.
saying it is 'preferred' encrypted is misleading,
therfore, just remove it.
i do not think, it is worth saying that we do not query 'http',
this is clear from the source code.

moreover, fix two typos.
This commit is contained in:
B. Petersen
2024-06-19 23:39:31 +02:00
committed by bjoern
parent 76a84ec9b1
commit 92e8b80da8
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ pub struct Response {
/// Response body.
pub blob: Vec<u8>,
/// MIME type exntracted from the `Content-Type` header, if any.
/// MIME type extracted from the `Content-Type` header, if any.
pub mimetype: Option<String>,
/// Encoding extracted from the `Content-Type` header, if any.