HttpsMethod Enum

  • java.lang.Object
    • java.lang.Enum<HttpsMethod>
      • com.microsoft.azure.sdk.iot.device.transport.https.HttpsMethod

public enum HttpsMethod

The HTTPS request method (i.e. GET).

Fields

DELETE
GET
POST
PUT

Applies to