typed_headers/content_type/application

Types

pub type Application {
  JSON
  XML
  OGG
  Custom(String)
}

Constructors

  • JSON
  • XML
  • OGG
  • Custom(String)

Constants

pub const type_name: String = "application"

Functions

pub fn to_string(application: Application) -> String
Search Document