spotless/origin

Types

pub type Origin {
  Origin(
    scheme: http.Scheme,
    host: String,
    port: option.Option(Int),
  )
}

Constructors

Search Document