typed_headers/content_type/text

Types

pub type Text {
  Plain
  HTML
  Javascript
  CSS
  Custom(String)
}

Constructors

  • Plain
  • HTML
  • Javascript
  • CSS
  • Custom(String)

Constants

pub const type_name: String = "text"

Functions

pub fn to_string(text: Text) -> String
Search Document