Skip to content

Flags_NodeURL

ratranqu edited this page Apr 26, 2021 · 2 revisions

Flags.NodeURL

public struct NodeURL: ExpressibleByArgument, CustomStringConvertible 

Inheritance

CustomStringConvertible, ExpressibleByArgument

Initializers

init?(argument:)

public init?(argument: String = "http://localhost:26557") 

Properties

scheme

public let scheme: URLScheme

host

public let host: String

port

public let port: Int

description

public var description: String 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Extensions
Clone this wiki locally