URLScheme

public enum URLScheme : String

The url scheme that will be used in an environment.

  • HTTP Schema.

    Declaration

    Swift

    case http
  • HTTPS Schema.

    Declaration

    Swift

    case https