Alexey Melnichuk
0e1eaa525a
Add. New cURL MIME API
2017-10-12 14:22:24 +03:00
Alexey Melnichuk
39accdb5b3
Update test runner.
2016-12-15 14:28:37 +03:00
Alexey Melnichuk
9d7fdac27c
Add. Module version info
2016-04-20 10:31:06 +03:00
Alexey Melnichuk
764b071989
Change. cURL wrapper store proxy functions in class not in object.
...
Fix. Test for stream reader.
2014-09-19 11:25:34 +05:00
Alexey Melnichuk
3fba1d6b61
Update test
2014-09-07 16:08:25 +04:00
Alexey Melnichuk
cf3c9900c0
Fix. Set readfunction for easy object.
2014-09-02 16:21:07 +05:00
Alexey Melnichuk
7aa70f9a59
Change. Write callback can return any true value (except numbers).
...
For example in Lua 5.2 file:write method returns `self`.
``` Lua
function write(str)
return #str - 1 -- this is error (number less than #str)
end
function write(str)
return {} -- this is pass
end
```
2014-09-01 14:53:25 +05:00
Alexey Melnichuk
de4e4ccb30
Fix. Echo libcurl version in test.
2014-08-26 13:53:45 +05:00
Alexey Melnichuk
93d9142cf6
Fix. Support libcurl >= 7.25
2014-08-26 13:28:34 +05:00
Alexey Melnichuk
ea7a282218
Add. Travis files
2014-08-26 12:40:18 +05:00