comment about native-tls

This commit is contained in:
Martin Algesten
2020-06-15 09:37:10 +02:00
parent 7a73fa1871
commit 89593d28b3

View File

@@ -65,6 +65,9 @@ You can control them when including `ureq` as a dependency.
```
* `tls` enables https. This is enabled by default.
* `native-tls` enables https using the [`native-tls`](https://crates.io/crates/native-tls) crate.
NB: To make this work you currently need to use `default-features: false` to disable `tls`.
We plan on fixing that.
* `json` enables `response.into_json()` and `request.send_json()` serde json.
* `charset` enables interpreting the charset part of
`Content-Type: text/plain; charset=iso-8859-1`. Without this, the library