This website requires JavaScript.
Explore
Coder Dansu
Resume
Help
Sign In
Lua-cURL
/
Lua-cURLv3
Watch
1
Star
0
Fork
0
You've already forked Lua-cURLv3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
82
Commits
1
Branch
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
Alexey Melnichuk
144ceeb123
Change. Easy ctor and
setopt
method could use table to set multiple options.
...
```Lua c = curl.easy{ url = '
http://example.com
', [curl.OPT_VERBOSE] = true, } ```
2014-09-01 13:38:34 +05:00
Alexey Melnichuk
ef25a2f444
Add.
category
method to error object.
2014-09-01 11:39:11 +05:00
Alexey Melnichuk
ea7a282218
Add. Travis files
2014-08-26 12:40:18 +05:00