Skip to content

Commit ee84322

Browse files
committed
Update README.md
[ci skip]
1 parent 092f1a5 commit ee84322

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Original Lua-cURLv2 binding has several problems:
4141
luarocks install lua-curl --server=https://rocks.moonscript.org/dev
4242
```
4343

44+
## List of incompatibility with original [Lua-cURLv2](https://github.com/Lua-cURL/Lua-cURLv2)
45+
46+
* objects are tables
47+
* multi:perform() also returns ("done",code), ("error",error) and ("response",code) records
48+
* writer callback does not recv string len (just string itself)
49+
* on Lua > 5.2 errors are objects but not strings
50+
4451
## Usage
4552

4653
```Lua

0 commit comments

Comments
 (0)