We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273212f commit 010a54eCopy full SHA for 010a54e
doc/curl.ldoc
@@ -135,6 +135,17 @@ do
135
-- e:perfom{writefunction = assert(io.open("fname.txt", "w+b"))}
136
function perfom() end
137
138
+--- User data.
139
+--
140
+-- Please use this field to associate any data with curl handle.
141
142
+-- @field data
143
144
+-- @usage
145
+-- f = io.open("lua.org.download", "w+")
146
+-- e = curl.easy{url = "http://lua.org", writefunction = f}
147
+-- e.data = f
148
+
149
end
150
151
--- Muli curl object
@@ -155,4 +166,10 @@ do
155
166
-- for data, type, easy in m:iperform() do ... end
156
167
function iperform() end
157
168
169
170
171
172
173
174
158
175
0 commit comments