mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
add comment
This commit is contained in:
parent
4188842eb5
commit
06345dedaf
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
//! Components for reading and parsing meta bytes from response:
|
||||||
|
//! * [Gemini status code](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes)
|
||||||
|
//! * meta data (for interactive statuses like 10, 11, 30 etc)
|
||||||
|
//! * MIME type
|
||||||
|
|
||||||
pub mod data;
|
pub mod data;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod mime;
|
pub mod mime;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue