-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: get() and set() Easy methods #59
Comments
This is what |
N::C::S’s documentation says its interface is unstable; is that still true? I’ve never used it; I actually find Net::Curl’s separate multi and easy objects easier to conceptualize than N::C::S’s interface. It’s definitely less efficient to use strings. I’m not proposing that
|
Net::Curl::Simple also seems to install good amount of not-necessarily-related stuff like POE. If it’s intended that that be the “quick-and-easy” interface to Net::Curl, would it make sense to lighten those dependencies? |
It would be nice to be able to do:
… and
$easy->get('CERTINFO')
.This would obviate the need to import constants and in general make for a smoother experience of using Net::Curl.
@sparky, @eserte: I’m happy to implement this … thoughts?
The text was updated successfully, but these errors were encountered: