HTTPClient.jl icon indicating copy to clipboard operation
HTTPClient.jl copied to clipboard

DEPRECATED, USE HTTP.jl INSTEAD

Results 7 HTTPClient.jl issues
Sort by recently updated
recently updated
newest added

Is there something this does that Requests.jl doesn't? If so, I'd prefer to get that functionality into Requests.jl so there is only one canonical HTTP client in JuliaWeb. cc @amitmurthy...

It looks like Juila 1.0.2 now uses the keyword "struct" to define composite types. The HTTPClient package does not build or precompile unless this is changed.

I get method overwritten warnings because if `get` is called with one `AbstractString` positional argument, there are 2 possible methods. With this change, it will call the method defined in...

Currently, on Julia v0.6, when I do `get` I get ```julia ERROR: UndefVarError: ctxt not defined Stacktrace: [1] setup_easy_handle(::String, ::HTTPClient.HTTPC.RequestOptions) at /home/blegat/.julia/v0.6/HTTPClient/src/HTTPC.jl:211 [2] get(::String, ::HTTPClient.HTTPC.RequestOptions) at /home/blegat/.julia/v0.6/HTTPClient/src/HTTPC.jl:382 [3] #get#7(::Array{Any,1}, ::Function,...

I am getting a weird error on my linux environment. I don't have any problems on Travis CI so it must be some system specific problem, only the error message...