This is the structure used for vm_https_send_req_ext.
vmhttps.h
|
Members |
Description |
|
VMUINT32 url_length; |
The request URL length. |
|
VMSTR url; |
The request URL. |
|
VMUINT32 header_length; |
The request header length. |
|
VMSTR header; |
The request header. |
|
VMUINT32 post_segment_length; |
The post segment buffer length when post_type is specified as VM_HTTPS_DATA_TYPE_BUFFER. This is mandatory if the method is POST/PUT and the post_type is VM_HTTPS_DATA_TYPE_BUFFER. |
|
VMSTR post_segment; |
The post data segment. It is mandatory if method is POST/PUT and post_type is VM_HTTPS_DATA_TYPE_BUFFER. |
|
VMUINT32 number_entries; |
In order to support posting of multipart data, specify the number of multipart entries |
|
vm_https_content_t* content; |
The application should allocate memory for each vm_https_content_t and specify all the information required |
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.