-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultipartForm.Serialize
Andrew Lambert edited this page Jun 25, 2015
·
20 revisions
#libcURL.MultipartForm.Serialize
##Method Signature
Function Serialize() As String##Return value A serialized representation of the form.
##Notes Serializes the form structure into a multipart/form-data string. The serialized form may be used with other HTTP libraries, including the built-in HTTPSocket.
##See also
- curl_formget in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.