[][src]Constant async_coap::link_format::LINK_ATTR_TITLE_STAR

pub const LINK_ATTR_TITLE_STAR: &'static str

Human-readable label describing the resource, along with language information.

Is is typically formatted as "utf-8'<LANG_CODE&>'<TITLE_TEXT>". For example:

  • "utf-8'en'£ rates"

Note that since RFC6690 requires the link format serialization to always be in UTF-8 format, the value of this attribute MUST ALWAYS start with either the string utf-8 or UTF-8 and MUST NOT be percent-encoded.