Kong / unirest-ruby

Unirest in Ruby: Simplified, lightweight HTTP client library.
http://unirest.io/ruby
MIT License
364 stars 81 forks source link

URI.escape is obsolete #54

Open avispatech-dev opened 4 years ago

avispatech-dev commented 4 years ago

I'm using unirest-1.0.8 on ruby 2.7.0`

Calling a simple GET request the console shows me

http_request.rb:46: warning: URI.escape is obsolete

Some documentation related to the issue: