Structureswift-package-manager 6.0.3Basics
Netrc
Representation of Netrc configuration
struct Netrc
Representation of Netrc configuration
struct Netrc
import Basics
let machines: [Machine]
Representation of machine
connection settings & default
connection settings. If default
connection settings present, they will be last element.
func authorization(for url: URL) -> Authorization?
Returns auth information
struct Authorization
Representation of authorization information
struct Machine
Representation of connection settings