URLEndpoint

public struct URLEndpoint : IEndpoint

URL based replication target endpoint.

  • url

    The URL.

    Declaration

    Swift

    public let url: URL
  • Initializes with the given URL. The supported URL schemes are ws and wss for transferring data over a secure connection.

    Declaration

    Swift

    public init(url: URL)

    Parameters

    url

    The URL object.