mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update readme
This commit is contained in:
parent
60999bfa97
commit
4bcbf50163
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,11 @@ match Uri::parse("gemini://geminiprotocol.net/", UriFlags::NONE) {
|
|||
}
|
||||
```
|
||||
|
||||
Pay attention:
|
||||
|
||||
* Response [Buffer](#clientsocketconnectioninputbufferBuffer) limited to default `capacity` (0x400) and `max_size` (0xfffff). If you want to change these values, use low-level API to setup connection manually.
|
||||
* If you want to use [Cancelable](https://docs.gtk.org/gio/class.Cancellable.html) or async Priority values, take a look at [connection](#clientsocketconnection) methods.
|
||||
|
||||
#### `client::Error`
|
||||
|
||||
#### `client::response`
|
||||
|
|
@ -62,6 +67,7 @@ match Uri::parse("gemini://geminiprotocol.net/", UriFlags::NONE) {
|
|||
#### `client::socket::connection`
|
||||
#### `client::socket::connection::input`
|
||||
#### `client::socket::connection::input::buffer`
|
||||
#### `client::socket::connection::input::buffer::Buffer`
|
||||
#### `client::socket::connection::output`
|
||||
|
||||
## Integrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue