mdm.HTTP |
Constructor |
The following table lists the constructors for the HTTP class |
Constructor | Description | Availability |
---|---|---|
mdm.HTTP() | Creates a new HTTP Instance. | ![]() ![]() ![]() |
Methods |
The following table lists the methods for the HTTP class |
Method | Description | Availability |
---|---|---|
HTTP.abort() | Aborts the HTTP transfer. | ![]() ![]() ![]() |
HTTP.close() | Closes the HTTP connection. | ![]() ![]() ![]() |
HTTP.getFile() | Silently downloads any HTTP file in binary mode with the specified parameters. | ![]() ![]() ![]() |
HTTP.getString() | Silently downloads a text document in text mode using the specified parameters. | ![]() ![]() ![]() |
Events |
The following table lists the events for the HTTP class |
Method | Description | Availability |
---|---|---|
onBinaryTransferComplete | Dispatched when a HTTP transfer is complete. ... | ![]() ![]() ![]() |
onError | Dispatched when a HTTP error occurs. There is... | ![]() ![]() ![]() |
onProgress | Dispatched when a HTTP transfer is in progres... | ![]() ![]() ![]() |
onTransferComplete | Dispatched when a HTTP transfer in text mode ... | ![]() ![]() ![]() |