So it sounds like its working? Requests is pretty solid.
The deprecation warning isn't a big deal.
On Saturday, March 29, 2014 8:24:08 PM UTC-4, Jacques Rioux wrote:
>
> Still failure but now it is different.
>
> Completely wiped out Pkg.dir()
>
> Reinstalled the latest version 0.3 from julialang.org.
>
> Then I only addressed what I care for now:
>
> julia> Pkg.add("Requests")
>
> ... lots of chatter but sucess!
>
> julia> using Requests
> Warning: redefining constant iculib
>
> julia> request = get("http://www.microsoft.com")
> WARNING: convert{T}(p::Type{Ptr{T}},a::Array) is deprecated, use
> convert(p,point
> er(a)) instead.
> in depwarn at deprecated.jl:36
> Response(302 Moved Temporarily, 16 Headers, 140 Bytes in Body)
>
>>
>>>