mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
implement gio::memory_input_stream
This commit is contained in:
parent
0bbcb6372d
commit
02ced24cce
5 changed files with 153 additions and 2 deletions
|
|
@ -17,17 +17,21 @@ cargo add ggemini
|
|||
|
||||
## Usage
|
||||
|
||||
_todo_
|
||||
|
||||
### `client`
|
||||
|
||||
[Gio](https://docs.gtk.org/gio/) API already provides powerful [SocketClient](https://docs.gtk.org/gio/class.SocketClient.html)\
|
||||
`client` collection just extends some features wanted for Gemini Protocol interaction.
|
||||
|
||||
_todo_
|
||||
|
||||
#### `client::response`
|
||||
#### `client::response::header`
|
||||
#### `client::response::body`
|
||||
|
||||
### `gio`
|
||||
|
||||
#### `gio::memory_input_stream`
|
||||
|
||||
## See also
|
||||
|
||||
* [ggemtext](https://github.com/YGGverse/ggemtext) - Glib-oriented Gemtext API
|
||||
Loading…
Add table
Add a link
Reference in a new issue