typedef enum { VM_HTTPS_DATA_TYPE_BUFFER, VM_HTTPS_DATA_TYPE_FILE, VM_HTTPS_DATA_TYPE_FILE_NO_PROG_IND, VM_HTTPS_DATA_TYPE_FILE_RESUME, VM_HTTPS_DATA_TYPE_MULTIPART, VM_HTTPS_DATA_TYPE_MAX = 0x7F } VM_HTTPS_DATA_TYPE;
typedef enum { VM_HTTPS_DATA_TYPE_BUFFER, VM_HTTPS_DATA_TYPE_FILE, VM_HTTPS_DATA_TYPE_FILE_NO_PROG_IND, VM_HTTPS_DATA_TYPE_FILE_RESUME, VM_HTTPS_DATA_TYPE_MULTIPART, VM_HTTPS_DATA_TYPE_MAX = 0x7F } VM_HTTPS_DATA_TYPE;
This enum specifies the data format in a given HTTPS request or response.
vmhttps.h
|
Members |
Description |
|
VM_HTTPS_DATA_TYPE_BUFFER |
This stores replied content in buffer |
|
VM_HTTPS_DATA_TYPE_FILE |
This stores replied content in specified file path directly with downloading progress indication while this is specified as reply_type of vm_https_send_request. |
|
VM_HTTPS_DATA_TYPE_FILE_NO_PROG_IND |
This stores replied content in specified file path directly without downloading progress indication while this is specified as reply_type of vm_https_send_request. |
|
VM_HTTPS_DATA_TYPE_FILE_RESUME |
This resumes a download previously. HTTPS will append the content in the file specified in the request. |
|
VM_HTTPS_DATA_TYPE_MULTIPART |
This is multipart/form-data, pass to post_type when do posting for multipart/form-data |
|
VM_HTTPS_DATA_TYPE_MAX = 0x7F |
The ensure that compiler treats this enum as 32-bit integer request. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.