mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update comment
This commit is contained in:
parent
fe22b84916
commit
911fb13a69
1 changed files with 1 additions and 1 deletions
|
|
@ -74,12 +74,12 @@ 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
|
||||
///
|
||||
/// * implement `certificate` comparison with previously defined for this `uri`, force rehandshake if does not match
|
||||
/// * method does not close new `Connection` by default, hold it in `Session`,
|
||||
/// expect from user manual `Response` handle with close act on complete
|
||||
/// * ignores default session resumption provided by Glib TLS backend,
|
||||
/// instead, applies new `certificate` to available sessions match
|
||||
/// `uri` [scope](https://geminiprotocol.net/docs/protocol-specification.gmi#status-60)
|
||||
/// * implement certificate change ability in application runtime
|
||||
pub fn request_async(
|
||||
&self,
|
||||
uri: Uri,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue