HTTPClient.jl
HTTPClient.jl copied to clipboard
Fix method overwritten warning
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.