blah/internet

Types

pub type HTTPStatusClass {
  Informational
  Successful
  Redirection
  ClientError
  ServerError
}

Constructors

  • Informational
  • Successful
  • Redirection
  • ClientError
  • ServerError

Functions

pub fn currency_code() -> String
pub fn currency_symbol() -> String
pub fn domain_name() -> String
pub fn email() -> String
pub fn hex_color() -> String
pub fn ip_v4() -> String
pub fn ip_v6() -> String
pub fn language_code() -> String
pub fn long_hex_color() -> String
pub fn mac() -> String
pub fn mongo_object_id() -> String
pub fn passphrase() -> String
pub fn password() -> String
pub fn semver() -> String
pub fn short_hex_color() -> String
pub fn status_code() -> Int
pub fn status_code_in_class(class: HTTPStatusClass) -> Int
pub fn url() -> String
pub fn username() -> String
Search Document