usingHttpsOnly property

bool usingHttpsOnly
final

~english Whether only HTTPS is used for REST operations.

  • true: (Default) Only HTTPS is used.
  • false: Both HTTP and HTTPS are allowed. ~end

~chinese 是否只用 HTTPS。

  • (默认)true:是;
  • false:否。可以同时用 HTTP 和 HTTPS。 ~end

Implementation

final bool usingHttpsOnly;