mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +00:00
update readme
This commit is contained in:
parent
16af9499b5
commit
60999bfa97
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ Return [Response](#clientresponseresponse) on success or [Error](#clienterror) e
|
|||
``` rust
|
||||
use glib::{Uri, UriFlags};
|
||||
|
||||
// Parse URL string to valid URI
|
||||
// Parse URL string to valid Glib URI object
|
||||
match Uri::parse("gemini://geminiprotocol.net/", UriFlags::NONE) {
|
||||
// Begin async request
|
||||
Ok(uri) => ggemini::client::single_socket_request_async(uri, |result| match result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue