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
5b01a5af54
commit
ec34228e0f
1 changed files with 5 additions and 5 deletions
|
|
@ -74,11 +74,11 @@ 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
|
||||
///
|
||||
/// * method does not close new `Connection` created, hold it in `Session`,
|
||||
/// expects from user manual `Response` handle with close act on complete
|
||||
/// * if new request match same `uri`, method auto-close previous connection, renew `Session`
|
||||
/// * method ignores default session resumption provided by Glib TLS backend,
|
||||
/// implement certificate change ability in application runtime
|
||||
/// * method does not close new `Connection` by default, hold it in `Session`,
|
||||
/// expect from user manual `Response` handle with close act on complete
|
||||
/// * ignore default session resumption provided by Glib TLS backend,
|
||||
/// instead of that, applies new `certificate` to sessions match `uri` scope
|
||||
/// * 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