implement gio::memory_input_stream

This commit is contained in:
yggverse 2024-10-29 16:01:05 +02:00
parent 0bbcb6372d
commit 02ced24cce
5 changed files with 153 additions and 2 deletions

View file

@ -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