- Name
-
hurl.Form -- create HTTP multipart/formdata object
- Synopsis
-
handle = hurl.Form()
- Function
-
This function creates a HTTP multipart/formdata object and returns it. You can then use
functions like form:AddFile(), form:AddBuffer(), or form:AddContent()
to fill it with content. This init call must have a corresponding call to form:Free()
when the operation is complete.
- Inputs
-
none
- Results
-
- handle
- HTTP multipart/formdata object
Show TOC