Open
Description
Initially I wrote the Request and MultiManager classes to implement a common interface, the "CurlRequest" interface. At the time, it seemed like the right thing to do as they performed similar functions. However after implementing and working with them, their return values seem so completely different as to not be compatible.
So, does it make sense for the Request and MultiManager to implement a common interface, or not?