mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-02 10:05:36 +00:00
update comment
This commit is contained in:
parent
ebfdf6a1d0
commit
daa84b6a6b
1 changed files with 3 additions and 3 deletions
|
|
@ -3,11 +3,11 @@ pub use error::Error;
|
||||||
|
|
||||||
use glib::GString;
|
use glib::GString;
|
||||||
|
|
||||||
/// Entire meta buffer, but [status code](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes).
|
/// Response meta holder, but [status code](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes).
|
||||||
///
|
///
|
||||||
/// Use as:
|
/// Use as:
|
||||||
/// * placeholder value for 10, 11
|
/// * placeholder for 10, 11 status
|
||||||
/// * URL for 30, 31
|
/// * URL for 30, 31 status
|
||||||
pub struct Meta {
|
pub struct Meta {
|
||||||
buffer: Vec<u8>,
|
buffer: Vec<u8>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue