usingHttpsOnly property

bool usingHttpsOnly
final

Whether only HTTPS is used for REST operations.

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

Implementation

final bool usingHttpsOnly;