com.microsoft.azure.sdk.iot.provisioning.service.transport.https
Classes
HttpRequest | ||
HttpResponse |
An HTTPS response. Contains the status code, body, header fields, and error reason (if any). |
Interfaces
HttpMessage |
An HTTPS message. An HTTPS message is distinguished from a plain IoT Hub message by its property names, which are prefixed with 'iothub-app-'; and by the explicit specification of a content-type. |
Enums
HttpMethod |
The HTTPS request method (i.e. GET). |