mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +00:00
update comment
This commit is contained in:
parent
e456719e58
commit
b5e864e807
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ pub use error::Error;
|
||||||
|
|
||||||
use glib::{GString, Regex, RegexCompileFlags, RegexMatchFlags};
|
use glib::{GString, Regex, RegexCompileFlags, RegexMatchFlags};
|
||||||
|
|
||||||
/// https://geminiprotocol.net/docs/gemtext-specification.gmi#media-type-parameters
|
/// MIME type holder for `Response` (by [Gemtext specification](https://geminiprotocol.net/docs/gemtext-specification.gmi#media-type-parameters))
|
||||||
|
/// * the value stored in lowercase
|
||||||
pub struct Mime(String);
|
pub struct Mime(String);
|
||||||
|
|
||||||
impl std::fmt::Display for Mime {
|
impl std::fmt::Display for Mime {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue