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
d0a26f429b
commit
9f9e0e0ea3
1 changed files with 6 additions and 2 deletions
|
|
@ -68,8 +68,12 @@ impl Client {
|
||||||
// Actions
|
// Actions
|
||||||
|
|
||||||
/// Make new async request to given [Uri](https://docs.gtk.org/glib/struct.Uri.html),
|
/// 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.
|
/// callback with new `Response`on success or `Error` on failure
|
||||||
/// * call this method ignore default session resumption by Glib TLS backend,
|
///
|
||||||
|
/// * 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
|
/// implement certificate change ability in application runtime
|
||||||
pub fn request_async(
|
pub fn request_async(
|
||||||
&self,
|
&self,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue