Initializerswift-cloud 0.31.0CloudFastly
init(_:)
Compute.swift:94init(_ url: URL)
init(_ url: URL)
s11CloudFastly0B0O7ComputeV7BackendVyAG20FoundationEssentials3URLVcfc
What are these?ZFS2
import CloudFastly
struct Backend
enum Fastly
struct Compute
struct URL
A URL is a type that can potentially contain the location of a resource on a remote server, the path of a local file on disk, or even an arbitrary piece of encoded data.
init(_ url: String)
init(extendedGraphemeClusterLiteral value: String)
init(name: String, address: String, port: Int = 80, overrideHost: String? = nil, sslCertHostname: String? = nil, sslSniHostname: String? = nil, useSsl: Bool? = nil)
init(stringInterpolation: StringInterpolation)
init(stringLiteral value: String)
init(unicodeScalarLiteral value: String)
var address: String
var name: String
var overrideHost: String?
var port: Int
var sslCertHostname: String?
var sslSniHostname: String?
var useSsl: Bool?