Initializerswift-cloud 0.31.0CloudFastly
init(stringInterpolation:)
Compute.swift:128init(stringInterpolation: StringInterpolation)
init(stringInterpolation: StringInterpolation)
s11CloudFastly0B0O7ComputeV7BackendV19stringInterpolationAGs013DefaultStringF0V_tcfc
What are these?3UI2C
import CloudFastly
struct Backend
enum Fastly
struct Compute
associatedtype StringInterpolation : StringInterpolationProtocol = DefaultStringInterpolation where Self.StringLiteralType == Self.StringInterpolation.StringLiteralType
The type each segment of a string literal containing interpolations should be appended to.
init(_ url: URL)
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(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?