mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
update comments
This commit is contained in:
parent
17b2fcaaae
commit
98c6150f74
2 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue