mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +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;
|
||||
|
||||
/// 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:
|
||||
/// * placeholder value for 10, 11
|
||||
/// * URL for 30, 31
|
||||
/// * placeholder for 10, 11 status
|
||||
/// * URL for 30, 31 status
|
||||
pub struct Meta {
|
||||
buffer: Vec<u8>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue