-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultipartForm.Deserialize
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
libcURL.MultipartForm.Deserialize
Shared Function Deserialize(FormData As String) As libcURL.MultipartForm
Shared Function Deserialize(FormData As Readable) As libcURL.MultipartForm
Name | Type | Comment |
---|---|---|
FormData | String or a Readable stream |
A serialized multipart form. |
The deserialized form data as a MultiPartForm
object.
Reconstitutes a serialized form.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.