-
I am preparing a pr for the curl interface option. While writing the code I noticed that the options parameter does not have to implement SetOpt. Is this a mistake or am I missing something since all options Must provide a curl handle through SetOpt? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm considering making |
Beta Was this translation helpful? Give feedback.
-
Nevermind, it looks like I already did set up a separate trait! |
Beta Was this translation helpful? Give feedback.
Nevermind, it looks like I already did set up a separate trait!
master
still has some cleanup to do yet before being released as 0.9 so there's probably a few incomplete things here and there. RequiringSetOpt
should now make sense so I'll add that now.