typed_headers/content_type/message

Types

pub type Message {
  HTTP
  SIP
  Custom(String)
}

Constructors

  • HTTP
  • SIP
  • Custom(String)

Constants

pub const type_name: String = "message"

Functions

pub fn to_string(message: Message) -> String
Search Document