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
2157e55db9
commit
5e9e3aecd2
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ impl Client {
|
||||||
/// * method does not close new `Connection` by default, hold it in `Session`,
|
/// * method does not close new `Connection` by default, hold it in `Session`,
|
||||||
/// expect from user manual `Response` handle with close act on complete
|
/// expect from user manual `Response` handle with close act on complete
|
||||||
/// * ignores default session resumption provided by Glib TLS backend,
|
/// * ignores default session resumption provided by Glib TLS backend,
|
||||||
/// instead of that, applies new `certificate` to sessions match `uri` scope
|
/// 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
|
/// * 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