forio / Curl.jl

a Julia HTTP curl library
Other
11 stars 8 forks source link

Deprecate in favor of libCurl.jl #9

Closed adambom closed 11 years ago

adambom commented 11 years ago

Need to push a new version the prints a deprecated message. Also make a note in the README.

garborg commented 11 years ago

Guessing this hasn't happened because LibCurl.jl doesn't match Curl.jl's high-level functionality?

I was going to add a fr for a get method with a params argument (or exposing the %-escaping), but I'm not sure what the roadmap for these packages is.

pauladam commented 11 years ago

Hey @garborg , I'll let @WestleyArgentum comment on what Forio's current use or plans for Curl.jl are but personally I wouldnt be against that functionality as long as it conformed reasonably well to the existing api patterns.

WestleyArgentum commented 11 years ago

I recently tried to get input from the maintainers of the other Julia http client packages here, but no luck so far.

I'd say, if you want something, make it happen. I'm more than happy to accept pull requests, and it sounds like @pauladam is as well.

garborg commented 11 years ago

Sounds good. And thanks for the quick responses.