HttpMethod Enum

  • java.lang.Object
    • java.lang.Enum<HttpMethod>
      • com.microsoft.azure.sdk.iot.service.transport.http.HttpMethod

public enum HttpMethod

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

Fields

DELETE
GET
PATCH
POST
PUT

Applies to