mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
rename method
This commit is contained in:
parent
bfc52606c3
commit
16af9499b5
3 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ use glib::Uri;
|
|||
/// 3. read response
|
||||
/// 4. close connection
|
||||
/// 5. return `Result<Response, Error>` to `callback` function
|
||||
pub fn simple_socket_request_async(
|
||||
pub fn single_socket_request_async(
|
||||
uri: Uri,
|
||||
callback: impl FnOnce(Result<Response, Error>) + 'static,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue