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

Fix method overwritten warning

Open blegat opened this issue 8 years ago • 0 comments

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 the @eval and then call the other function with the keyword arguments in options.

blegat avatar Oct 11 '17 09:10 blegat