spotless/origin
Types
pub type Origin {
Origin(
scheme: http.Scheme,
host: String,
port: option.Option(Int),
)
}
Constructors
-
Origin( scheme: http.Scheme, host: String, port: option.Option(Int), )
pub type Origin {
Origin(
scheme: http.Scheme,
host: String,
port: option.Option(Int),
)
}
Origin(
scheme: http.Scheme,
host: String,
port: option.Option(Int),
)