update comments

This commit is contained in:
yggverse 2024-12-01 03:11:40 +02:00
parent 17b2fcaaae
commit 98c6150f74
2 changed files with 3 additions and 0 deletions

View file

@ -67,6 +67,8 @@ impl Client {
/// High-level method make new async request to given [Uri](https://docs.gtk.org/glib/struct.Uri.html),
/// callback with new `Response`on success or `Error` on failure
/// * compatible with user (certificate) and guest (certificate-less) connection types
/// * disables default `session-resumption-enabled` property to apply certificate change ability in runtime
pub fn request_async(
&self,
uri: Uri,